Added ags
TODO copy ags config
This commit is contained in:
7
roles/ags/files/style/mixins/widget.scss
Normal file
7
roles/ags/files/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