soapbox/app/styles/components/theme-toggle.scss

22 lines
318 B
SCSS
Raw Normal View History

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