bigbuffet-rw/app/styles/components/theme-toggle.scss

22 lines
318 B
SCSS
Raw Normal View History

2020-07-19 17:50:09 -07:00
.theme-toggle {
.setting-toggle {
&__label {
2020-07-20 15:30:10 -07:00
margin-bottom: 0;
2020-07-19 17:50:09 -07:00
vertical-align: middle;
}
.react-toggle {
vertical-align: middle;
&-track-check,
&-track-x {
2020-07-20 15:30:10 -07:00
display: flex;
align-items: center;
2020-07-19 17:50:09 -07:00
height: 15px;
color: #fff;
}
}
}
}