Rename CSS files to TCSS.

Related issue: #3137.
This commit is contained in:
Rodrigo Girão Serrão
2023-08-22 11:48:17 +01:00
parent 061a88d7bd
commit 5ee0ebfef4
380 changed files with 529 additions and 536 deletions

View File

@@ -0,0 +1,22 @@
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;
}