New backup 2025-07-25 18:45:06

This commit is contained in:
Penelope Gwen 2025-07-25 18:45:06 -07:00
parent 2b945178cd
commit 5ad042bbbf
2 changed files with 17 additions and 9 deletions

View file

@ -56,7 +56,7 @@ tooltip{
border-radius: 8px;
}
$home-widget-bg-color: rgba($color0,0.7);
$home-widget-bg-color: rgba($color0,0.85);
$home-widget-border-radius: 8px;
$home-widget-title-radius: $home-widget-border-radius $home-widget-border-radius 0px 0px;
$home-button-border-radius: 6px;

View file

@ -15,24 +15,28 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
// &>box:not(.workspaces),
// &>box.revealer-on-hover,
.revealer-on-hover>widget>box>box>*,
// .revealer-on-hover>widget>box>box>button,
.reveal_children>*,
&>button,
&>label {
color: $bar-module-fg-color;
// background-color: $bar-bg-color;
border-radius: $bar-module-border-radius;
// margin: 0px 5px;
margin: 0px 5px;
// padding: 0px 5px;
// margin-left: -5px;
min-width: $bar-module-width;
// border: 2px solid $bar-module-fg-color;
// background-color: $bar-module-bg-color;
// box-shadow: 4px 0 3px -2px $bar-module-fg-color;
}
.revealer-on-hover>widget>box>box>* {
// .revealer-on-hover>widget>box>box>button {
// margin-right: 0px;
border-radius: 8px;
}
.revealer-on-hover>widget>box>box>*,
// .revealer-on-hover>widget>box>box>button,
.reveal_children>*,
// &>box.revealer-on-hover:not(:last-child),
&>button,
@ -42,19 +46,22 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
// }
// margin-left: -5px;
}
.revealer-on-hover:not(:last-child) {
margin: 0px 10px;
}
// .revealer-on-hover:not(:last-child) {
// margin: 0px 10px;
// }
.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;
}
.reveal_children>* {
margin-left: -6px;
background-color: $bar-reveal-children-bg-color;
// margin: 0px;
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
// padding: -10px;
// &:first-child {
box-shadow: 4px 4px 2px 4px red;
&:first-child {
margin-left: -5px;
// box-shadow: 4px 4px 2px 4px red;
}
}
}
@ -143,7 +150,8 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
&>box>label,
.bar-module>button,
.bar-module>label,
.revealer-on-hover>widget>box>box>*,
// .revealer-on-hover>widget>box>box>*,
.revealer-on-hover>widget>box>box>button,
.reveal_children>* {
padding: 0px 5px;
min-width: $bar-module-width;