New backup 2025-08-31 17:00:02
This commit is contained in:
parent
f3f2f8f96a
commit
7eccf42804
1 changed files with 8 additions and 6 deletions
|
@ -2,17 +2,19 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
|
||||
.bar {
|
||||
font-size: 1.05em;
|
||||
/* padding: 10px 0px 10px;
|
||||
margin: 0px 15px;*/
|
||||
padding: 0px;
|
||||
padding: 0px 10px 0px;
|
||||
/* margin: 0px 15px;*/
|
||||
// padding: 0px;
|
||||
/* border-radius: 0px 0px $bar-module-border-radius 0px;*/
|
||||
border-radius: $bar-module-border-radius;
|
||||
margin: 0px;
|
||||
/* background: none;
|
||||
background-color: rgba($bar-bg-color, 0.5);*/
|
||||
.leftgroup {
|
||||
padding: 0px 10px 0px 0px;
|
||||
border-radius: 0px 0px $bar-module-border-radius 0px;
|
||||
margin: 5px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
// border-radius: 0px 0px $bar-module-border-radius 0px;
|
||||
border-radius: $bar-module-border-radius;
|
||||
}
|
||||
.rightgroup {
|
||||
// padding: 0px 0px 0px 10px;
|
||||
|
@ -52,7 +54,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
.reveal_children:not(.tray)>*:not(:last-child),
|
||||
&>button,
|
||||
&>label {
|
||||
box-shadow: 3px 0 3px -2px $bar-module-fg-color;
|
||||
box-shadow: 6px 0 3px -6px $bar-module-fg-color;
|
||||
}
|
||||
.revealer-on-hover.true {
|
||||
background-color: $bar-reveal-children-bg-color;
|
||||
|
|
Loading…
Add table
Reference in a new issue