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

21 wiersze
317 B
SCSS

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