[TASK] set boat status
This commit is contained in:
@ -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];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user