dotfiles/de/home/.config/eww/style/bar/revealer.scss
2025-09-02 15:45:02 -07:00

15 lines
355 B
SCSS

//background-color: blue;
.revealer-preview {
background-color: $module-color;
border-radius: $bar-module-border-radius - 4;
}
.reveal-children>* {
border: 2px solid $module-color;
background-color: $module-color;
}
//.revealer-on-hover>widget>box>box>* {
//
// padding: 0px 5px;
// min-width: $bar-module-width;
// transition: all 0.3s;
//}