bigbuffet-rw/app/styles/components/theme-toggle.scss
2020-07-19 18:50:09 -06:00

19 lines
268 B
SCSS

.theme-toggle {
.setting-toggle {
&__label {
margin-bottom: 0px;
vertical-align: middle;
}
.react-toggle {
vertical-align: middle;
&-track-check,
&-track-x {
height: 15px;
color: #fff;
}
}
}
}