mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-22 09:32:38 +00:00
refactor: make the whole thing more generic
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@mixin widget {
|
||||
transition: $transition;
|
||||
border-radius: $radii;
|
||||
color: $fg-color;
|
||||
background-color: $widget-bg;
|
||||
border: $border;
|
||||
}
|
||||
Reference in New Issue
Block a user