mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
17 lines
249 B
SCSS
17 lines
249 B
SCSS
@import './button';
|
|
|
|
@mixin switch {
|
|
@include button;
|
|
|
|
slider {
|
|
background-color: $primary-fg;
|
|
border-radius: $radius;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
image {
|
|
color: transparent;
|
|
}
|
|
}
|