💄 Set a height on the parent and move the toggle.

This commit is contained in:
Christos Hrousis 2020-07-10 14:12:35 +10:00
parent 1728dac96c
commit 723ea49795

View File

@ -195,6 +195,8 @@ button {
.toggle {
vertical-align: sub;
display: inline-block;
height: 20px;
&::before {
height: 16px;
@ -202,7 +204,8 @@ button {
}
&::after {
top: -2px;
top: 3px;
height: 100%;
}
}