New backup 2025-07-24 14:30:02

This commit is contained in:
Penelope Gwen 2025-07-24 14:30:02 -07:00
parent 716bed0c9d
commit 9a38b9b60c
2 changed files with 16 additions and 2 deletions

View file

@ -82,7 +82,7 @@ $bar-module-border-radius: 8px;
}*/ }*/
//value bars //value bars
scale trough, /*scale trough,
progressbar>trough { progressbar>trough {
background-color: $color9; background-color: $color9;
min-width: 50px; min-width: 50px;
@ -95,7 +95,7 @@ progressbar>trough>progress {
border-radius: 4px; border-radius: 4px;
min-height: 10px; min-height: 10px;
transition: box-shadow 0.3s; transition: box-shadow 0.3s;
} }*/
scale trough highlight:hover { scale trough highlight:hover {
box-shadow: 0px 0px 0px 2px $color2; box-shadow: 0px 0px 0px 2px $color2;

View file

@ -60,4 +60,18 @@
} }
} }
} }
scale trought,
progressbar>trough {
background-color: $color9;
min-width: 50px;
min-height: 10px;
border-radius: 4px;
}
scale trough highlight,
progressbar>trough>progress {
background-color: $color2;
border-radius: 4px;
min-height: 10px;
transition: box-shadow 0.3s;
}
} }