You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/components/theme-toggle.scss

21 lines
317 B

.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;
}
}
}
}