mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
8 lines
146 B
SCSS
8 lines
146 B
SCSS
@mixin widget {
|
|
transition: $transition;
|
|
border-radius: $radius;
|
|
color: $fg;
|
|
background-color: $widget-bg;
|
|
border: $border;
|
|
}
|