Files
TheaninovOS/home/desktops/hyprland/ags/scss/common/widget.scss
2023-12-30 20:38:47 +01:00

8 lines
141 B
SCSS

@mixin widget {
transition: $transition;
border-radius: $radii;
color: $fg-color;
background-color: $widget-bg;
border: $border;
}