New backup 2025-07-24 14:00:03

This commit is contained in:
Penelope Gwen 2025-07-24 14:00:03 -07:00
parent 9683777132
commit 716bed0c9d

View file

@ -15,7 +15,7 @@
border-radius: $bar-module-border-radius;
margin: 0px 5px;
min-width: $bar-module-width;
border: 1px solid $bar-module-fg-color;
border: 2px solid $bar-module-fg-color;
background-color: $bar-module-bg-color;
// padding: 0px 10px;
}
@ -29,15 +29,23 @@
border-radius: $bar-module-border-radius;
margin: 0px 5px;
min-width: $bar-module-width;
border: 1px solid $bar-module-fg-color;
border: 2px solid $bar-module-fg-color;
background-color: $bar-module-bg-color;
button {
// overflow: hidden;
// border-left: 2px solid blue;
// background-color: blue;
&.left {
border-right: 2px solid $bar-module-fg-color;
}
&.center {
background-color: blue;
// background-color: red;
text-shadow: $bar-module-active-shadow;
color: $bar-module-active-fg-color;
}
&.right {
border-left: 2px solid $bar-module-fg-color;
}
label {
padding: 0px 5px;