forked from Ruderverein-Donau-Linz/rowt
[TASK] add status to boat
This commit is contained in:
15
frontend/scss/components/_status.scss
Normal file
15
frontend/scss/components/_status.scss
Normal file
@ -0,0 +1,15 @@
|
||||
.status {
|
||||
@apply inline-block w-[12px] h-[12px] rounded-full mr-2;
|
||||
|
||||
&-good {
|
||||
@apply bg-[#15803d];
|
||||
}
|
||||
|
||||
&-alert {
|
||||
@apply bg-[#ffae42];
|
||||
}
|
||||
|
||||
&-locked {
|
||||
@apply bg-[#f43f5e];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user