[TASK] set boat status

This commit is contained in:
Marie Birner
2023-07-30 20:45:16 +02:00
parent dee228dce8
commit 041733a3ba
4 changed files with 26 additions and 28 deletions

View File

@ -1,11 +1,11 @@
.status {
@apply inline-block w-[12px] h-[12px] rounded-full mr-2;
.status-damage {
@apply inline-block w-[12px] h-[12px] rounded-full mr-2 bg-gray-200;
&-good {
&-none {
@apply bg-[#15803d];
}
&-alert {
&-light {
@apply bg-[#ffae42];
}