bigbuffet-rw/app/styles/components/theme-toggle.scss
2021-09-26 23:28:45 -05:00

25 lines
385 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;
justify-content: center;
height: 15px;
color: #fff;
}
}
}
i.fa {
font-size: 20px;
}
}