mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-23 10:02:45 +00:00
update system
This commit is contained in:
16
overlays/asztal/style/mixins/switch.scss
Normal file
16
overlays/asztal/style/mixins/switch.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
@import './button';
|
||||
|
||||
@mixin switch {
|
||||
@include button;
|
||||
|
||||
slider {
|
||||
background-color: $primary-fg;
|
||||
border-radius: $radius;
|
||||
min-width: 24px;
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
image {
|
||||
color: transparent;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user