mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
23 lines
308 B
Plaintext
23 lines
308 B
Plaintext
Bar > .bar--indeterminate {
|
|
color: $primary;
|
|
background: $secondary;
|
|
}
|
|
|
|
Bar > .bar--bar {
|
|
color: $primary;
|
|
background: $primary 30%;
|
|
}
|
|
|
|
Bar > .bar--complete {
|
|
color: $error;
|
|
}
|
|
|
|
PercentageStatus {
|
|
text-style: reverse;
|
|
color: $secondary;
|
|
}
|
|
|
|
ETAStatus {
|
|
text-style: underline;
|
|
}
|