mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 06:42:48 +00:00
17 lines
217 B
SCSS
17 lines
217 B
SCSS
@import "./button";
|
|
|
|
@mixin switch {
|
|
@include button;
|
|
|
|
slider {
|
|
background-color: $accent-fg;
|
|
border-radius: $radii;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
image {
|
|
color: transparent;
|
|
}
|
|
}
|