17 lines
411 B
SCSS
17 lines
411 B
SCSS
scale trough,
|
|
progressbar>trough {
|
|
background-color: mix(rgba($primary, 0.9), rgba($surface_container, 0.8), 50%);
|
|
min-width: 50px;
|
|
min-height: 10px;
|
|
border-radius: 4px;
|
|
}
|
|
scale trough highlight,
|
|
progressbar>trough>progress {
|
|
background-color: $primary;
|
|
border-radius: 4px;
|
|
min-height: 10px;
|
|
}
|
|
circular-progress {
|
|
color: rgba($surface_container, 0.8);
|
|
background-color: rgba($primary, 0.9);
|
|
}
|