New backup 2025-09-01 03:00:02
This commit is contained in:
parent
a98e627e94
commit
668f12f681
1 changed files with 25 additions and 22 deletions
|
@ -74,28 +74,35 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
background-color: rgba(mix($color5, $color4, 30%), 0.5);
|
background-color: rgba(mix($color5, $color4, 30%), 0.5);
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
.profile {
|
||||||
|
margin: 0px;
|
||||||
|
font-size: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
.workspaces {
|
.workspaces {
|
||||||
color: $bar-module-fg-color;
|
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
box.ws-center {
|
box.ws-center {
|
||||||
>box>button {
|
>box>button {
|
||||||
background-color: rgba($bar-bg-color,0.75);
|
background-color: $bar-bg-color;
|
||||||
margin: 0px 2px;
|
color: $bar-module-fg-color;
|
||||||
}
|
border-radius: $bar-module-border-radius - 3;
|
||||||
&.false>box>button {
|
// margin: 0px 2px;
|
||||||
border-radius: $bar-module-border-radius;
|
|
||||||
}
|
}
|
||||||
|
/* &.false>box>button {
|
||||||
|
border-radius: $bar-module-border-radius - 3;
|
||||||
|
}*/
|
||||||
}
|
}
|
||||||
/* box.ws-center.true {
|
border: 2px solid $bar-bg-color;
|
||||||
background-color: red;
|
border-radius: $bar-module-border-radius;
|
||||||
}*/
|
|
||||||
revealer {
|
revealer {
|
||||||
&.ws-left {
|
&.ws-left {
|
||||||
padding-left: 5px;
|
// padding-left: 5px;
|
||||||
>box>box {
|
>box>box {
|
||||||
background-color: rgba($bar-bg-color,0.5);
|
// background-color: rgba($bar-bg-color,0.5);
|
||||||
|
color: $bar-bg-color;
|
||||||
&:not(:first-child){
|
&:not(:first-child){
|
||||||
margin-left: 2px;
|
border-left: 2px solid $bar-bg-color;
|
||||||
|
// margin-left: 2px;
|
||||||
}
|
}
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
|
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
|
||||||
|
@ -103,11 +110,13 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.ws-right {
|
&.ws-right {
|
||||||
padding-right: 5px;
|
// padding-right: 5px;
|
||||||
>box>box {
|
>box>box {
|
||||||
background-color: rgba($bar-bg-color,0.5);
|
// background-color: rgba($bar-bg-color,0.5);
|
||||||
|
color: $bar-bg-color;
|
||||||
&:not(:last-child){
|
&:not(:last-child){
|
||||||
margin-right: 2px;
|
// margin-right: 2px;
|
||||||
|
border-right: 2px solid $bar-bg-color;
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||||
|
@ -117,16 +126,10 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
min-width: 35px;
|
min-width: 35px;
|
||||||
padding: 2px 3px;
|
padding: 1px 2px;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
// &.left {
|
|
||||||
// border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
|
|
||||||
// box-shadow: -3px 0 2px -1px $bar-module-fg-color;
|
|
||||||
// }
|
|
||||||
&.center {
|
&.center {
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
// border-radius: $bar-module-border-radius;
|
|
||||||
// box-shadow: 0 0 2px 1px $bar-module-fg-color;
|
|
||||||
}
|
}
|
||||||
&.right:last-child {
|
&.right:last-child {
|
||||||
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue