New backup 2025-08-31 16:15:01

This commit is contained in:
Penelope Gwen 2025-08-31 16:15:01 -07:00
parent de01701626
commit 5add52a335
2 changed files with 12 additions and 10 deletions

View file

@ -21,7 +21,8 @@ $bar-module-hover-shadow: 1px 1px 4px rgba($color8,0.45),-1px 1px 4px rgba($colo
$bar-hover-bg-color: rgba($color1,0.5);
$bar-hover-fg-color: rgba($color13,0.6);
//$bar-module-border-radius: 8px;
$bar-module-border-radius: 12px;
$bar-module-border-radius: 1px;
//$bar-module-border-radius: 12px;
//$bar-module-inner-radius: $bar-module-border-radius - 2;
$bar-module-inner-radius: $bar-module-border-radius - 6;

View file

@ -5,16 +5,17 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
/* padding: 10px 0px 10px;
margin: 0px 15px;*/
padding: 0px;
border-radius: 0px 0px $bar-module-border-radius 0px;
/* border-radius: 0px 0px $bar-module-border-radius 0px;*/
border-radius: 0px;
margin: 0px;
/* background: none;*/
background-color: $bar-bg-color;
/* background: none;
background-color: rgba($bar-bg-color, 0.5);*/
.leftgroup,
.centergroup,
.rightgroup {
/* margin: 10px 0px 10px;*/
/* background-color: $bar-bg-color;
& .profile-work {
background-color: $bar-bg-color;
/* & .profile-work {
background-color: mix($color5, $color12);
}
background-color: lighter($bar-bg-color);
@ -28,14 +29,14 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
&>button,
&>label {
color: $bar-module-fg-color;
border-radius: $bar-module-inner-radius;
/* border-radius: $bar-module-inner-radius;*/
margin: 0px 5px;
margin-left: 0px;
padding: 6px 10px;
min-width: $bar-module-width;
}
.revealer-on-hover>widget>box>box>* {
border-radius: $bar-module-inner-radius;
/* border-radius: $bar-module-inner-radius;*/
}
.revealer-on-hover>widget>box>box>*,
.reveal_children>widget>image,
@ -46,7 +47,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
}
.revealer-on-hover.true {
background-color: $bar-reveal-children-bg-color;
border-radius: $bar-module-inner-radius;
/* border-radius: $bar-module-inner-radius;*/
box-shadow: 3px 0 3px -2px $bar-module-fg-color;
&>widget>box>box>* {
background-color: $bar-bg-color;
@ -168,7 +169,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
image{
opacity: 0.5;
transition: all 0.3s;
border-radius: $bar-module-inner-radius;
/* border-radius: $bar-module-inner-radius;*/
}
&:hover,&:hover image {
opacity: 1;