Candyrice/eww/scss/panel/_panel_widgets.scss
candifloss 96a456a583 Added time and date widgs
Fixed :space-evenly problem
2024-08-07 23:34:41 +05:30

8 lines
168 B
SCSS

@use "../colors/_glassy.scss" as *;
/* Panel widgets */
.panel_mini_widg {
padding: 0 2px;
border-radius: 2px;
background-color: $panel_mini_widg_bg_col;
}