rowt/frontend/scss/components/_status.scss

15 lines
217 B
SCSS
Raw Normal View History

2023-07-30 20:45:16 +02:00
.status-damage {
@apply inline-block w-[12px] h-[12px] rounded-full mr-2 bg-gray-200;
2023-07-30 20:02:46 +02:00
2023-07-30 20:45:16 +02:00
&-none {
2023-07-30 20:02:46 +02:00
@apply bg-[#15803d];
}
2023-07-30 20:45:16 +02:00
&-light {
2023-07-30 20:02:46 +02:00
@apply bg-[#ffae42];
}
&-locked {
@apply bg-[#f43f5e];
}
}