process state and css

This commit is contained in:
Frede Hundewadt 2023-10-19 16:31:31 +02:00
parent 304ec6f102
commit 59cb830dcd
2 changed files with 6 additions and 31 deletions

View file

@ -13,4 +13,4 @@
// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html]
*@
<i style="font-size:1.3em;" class="bi-@Icon @StateClass-state"></i>
<i style="font-size:1.3em;" class="bi-@Icon @StateClass"></i>

View file

@ -85,46 +85,21 @@ a, .btn-link {
min-height: 16px;
}
.the-good {
color: white;
background-color: green;;
color: green;;
}
.the-bad {
color: black;
background-color: orange;
color: orange;
}
.the-ugly {
color: black;
background-color: red;
}
.the-dead {
color: white;
background-color: black;
}
.the-fast {
color: black;
background-color: orange;
}
.the-draw {
color: black;
background-color: mediumpurple;
}
.the-good-state {
color: green;
}
.the-bad-state {
color: orange;
}
.the-ugly-state {
color: red;
}
.the-dead-state {
.the-dead {
color: black;
}
.the-fast-state {
.the-fast {
color: orange;
}
.the-draw-state {
.the-draw {
color: mediumpurple;
}