New backup 2025-08-31 16:45:02
This commit is contained in:
parent
d2c1e3ec69
commit
f3f2f8f96a
1 changed files with 12 additions and 6 deletions
|
@ -6,19 +6,24 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
margin: 0px 15px;*/
|
||||
padding: 0px;
|
||||
/* border-radius: 0px 0px $bar-module-border-radius 0px;*/
|
||||
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;
|
||||
}
|
||||
.rightgroup {
|
||||
// padding: 0px 0px 0px 10px;
|
||||
border-radius: 0px 0px 0px $bar-module-border-radius;
|
||||
}
|
||||
.leftgroup,
|
||||
.centergroup,
|
||||
.rightgroup {
|
||||
/* margin: 10px 0px 10px;*/
|
||||
padding: 0px 10px 0px 0px;
|
||||
background-color: rgba($bar-bg-color, 0.9);
|
||||
/* margin: 10px 0px 10px;
|
||||
padding: 0px 10px 0px 0px;*/
|
||||
background-color: rgba($bar-bg-color, 0.8);
|
||||
/* & .profile-work {
|
||||
background-color: mix($color5, $color12);
|
||||
}
|
||||
|
@ -39,6 +44,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
min-width: $bar-module-width;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box>* {
|
||||
margin-right: 10px;
|
||||
border-radius: $bar-module-inner-radius;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
|
@ -61,7 +67,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
}
|
||||
}
|
||||
|
||||
/* .profile-personal {
|
||||
.profile-personal {
|
||||
background-color: $bar-bg-color;
|
||||
}
|
||||
.profile-development {
|
||||
|
@ -72,7 +78,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
}
|
||||
.profile-work {
|
||||
background-color: mix($color5, $color4, 30%);
|
||||
}*/
|
||||
}
|
||||
|
||||
.workspaces {
|
||||
color: $bar-module-fg-color;
|
||||
|
|
Loading…
Add table
Reference in a new issue