mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-07 16:22:50 +00:00
8 lines
141 B
SCSS
8 lines
141 B
SCSS
@mixin widget {
|
|
transition: $transition;
|
|
border-radius: $radii;
|
|
color: $fg-color;
|
|
background-color: $widget-bg;
|
|
border: $border;
|
|
}
|