7 lines
92 B
SCSS
7 lines
92 B
SCSS
.admin .toggle-switch {
|
|
[aria-pressed] {
|
|
@include switch;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|