Skip to content
Snippets Groups Projects
Commit 6ed83025 authored by Michael Enz's avatar Michael Enz
Browse files

OO-1211

toggle button icon alignment improved
parent 6579b293
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -82,10 +82,15 @@ wizard {
/* Change the round icon used for the toggle button to square one */
.o_icon_toggle:before { content: $fa-var-stop; }
.o_button_toggle {
line-height: $o-toggle-size + 1;
font-size: $o-toggle-size;
padding-left: 2px;
i {
line-height: $o-toggle-size + 1px;
}
span {
line-height: $o-toggle-size + 1;
line-height: $o-toggle-size + 1px;
}
&.o_on {
padding-right: 2px;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment