New backup 2025-07-25 17:45:07
This commit is contained in:
parent
aa7dd7f5b1
commit
205fc62959
1 changed files with 11 additions and 7 deletions
|
|
@ -25,23 +25,27 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
// padding: 0px 5px;
|
// padding: 0px 5px;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
// border: 2px solid $bar-module-fg-color;
|
// 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;
|
// 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>*,
|
.revealer-on-hover>widget>box>box>*,
|
||||||
.reveal_children>*,
|
.reveal_children>*,
|
||||||
// &>box.revealer-on-hover:not(:last-child),
|
// &>box.revealer-on-hover:not(:last-child),
|
||||||
&>button,
|
&>button,
|
||||||
&>label {
|
&>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 {
|
// .revealer-on-hover {
|
||||||
// margin-right: -10px;
|
// margin-right: -10px;
|
||||||
// }
|
// }
|
||||||
.reveal_children:not(:last-child) {
|
.reveal_children {
|
||||||
background-color: $bar-reveal-children-bg-color;
|
// background-color: $bar-reveal-children-bg-color;
|
||||||
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||||
margin-left: -5px;
|
|
||||||
}
|
}
|
||||||
.reveal_children>* {
|
.reveal_children>* {
|
||||||
// background-color: $bar-reveal-children-bg-color;
|
// background-color: $bar-reveal-children-bg-color;
|
||||||
|
|
@ -81,7 +85,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
margin-right: -2px;
|
margin-right: -2px;
|
||||||
border-radius: $bar-module-border-radius - 2;
|
border-radius: $bar-module-border-radius - 2;
|
||||||
box-shadow: -4px 0 3px -2px $bar-module-fg-color;
|
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 {
|
&.center {
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
|
|
@ -94,7 +98,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
margin-left: -2px;
|
margin-left: -2px;
|
||||||
border-radius: $bar-module-border-radius - 1;
|
border-radius: $bar-module-border-radius - 1;
|
||||||
box-shadow: 4px 0 3px -2px $bar-module-fg-color;
|
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 {
|
label {
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue