Files
textual/docs/examples/widgets/progress_bar_styled.tcss
Rodrigo Girão Serrão 5ee0ebfef4 Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

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;
}