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

35 lines
500 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;
2021-09-26 21:28:45 -07:00
justify-content: center;
2020-07-19 17:50:09 -07:00
color: #fff;
width: auto;
}
&-track-check {
left: 6px;
}
&-track-x {
right: 5px;
2020-07-19 17:50:09 -07:00
}
}
}
2021-09-26 21:28:45 -07:00
.svg-icon {
width: 18px;
height: 18px;
2021-09-26 21:28:45 -07:00
}
2020-07-19 17:50:09 -07:00
}