Files
nairobi/app/assets/stylesheets/admin/toggle_switch.scss
Javi Martín 0d18e25e99 Extract component to render a switch
We're going to use it in other places.
2022-12-28 14:34:00 +01:00

7 lines
92 B
SCSS

.admin .toggle-switch {
[aria-pressed] {
@include switch;
margin-bottom: 0;
}
}