New backup 2025-07-25 17:45:07

This commit is contained in:
Penelope Gwen 2025-07-25 17:45:07 -07:00
parent aa7dd7f5b1
commit 205fc62959

View file

@ -25,23 +25,27 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
// padding: 0px 5px;
min-width: $bar-module-width;
// border: 2px solid $bar-module-fg-color;
background-color: $bar-module-bg-color;
// background-color: $bar-module-bg-color;
// box-shadow: 4px 0 3px -2px $bar-module-fg-color;
}
.revealer-on-hover>widget>box>box>* {
// margin-right: 0px;
border-radius: 8px;
}
.revealer-on-hover>widget>box>box>*,
.reveal_children>*,
// &>box.revealer-on-hover:not(:last-child),
&>button,
&>label {
box-shadow: 4px 0 3px 0px $bar-module-fg-color;
box-shadow: 2px 0 3px -2px $bar-module-fg-color;
// margin-left: -5px;
}
// .revealer-on-hover {
// margin-right: -10px;
// }
.reveal_children:not(:last-child) {
background-color: $bar-reveal-children-bg-color;
.reveal_children {
// background-color: $bar-reveal-children-bg-color;
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
margin-left: -5px;
}
.reveal_children>* {
// background-color: $bar-reveal-children-bg-color;
@ -81,7 +85,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
margin-right: -2px;
border-radius: $bar-module-border-radius - 2;
box-shadow: -4px 0 3px -2px $bar-module-fg-color;
background-color: $bar-reveal-children-bg-color;
// background-color: $bar-reveal-children-bg-color;
}
&.center {
color: $bar-module-fg-color;
@ -94,7 +98,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
margin-left: -2px;
border-radius: $bar-module-border-radius - 1;
box-shadow: 4px 0 3px -2px $bar-module-fg-color;
background-color: $bar-reveal-children-bg-color;
// background-color: $bar-reveal-children-bg-color;
}
label {
padding: 4px 6px;