mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-22 09:32:38 +00:00
update system
This commit is contained in:
7
overlays/asztal/style/mixins/widget.scss
Normal file
7
overlays/asztal/style/mixins/widget.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@mixin widget {
|
||||
transition: $transition;
|
||||
border-radius: $radius;
|
||||
color: $fg;
|
||||
background-color: $widget-bg;
|
||||
border: $border;
|
||||
}
|
||||
Reference in New Issue
Block a user