15 lines
217 B
SCSS
15 lines
217 B
SCSS
.status-damage {
|
|
@apply inline-block w-[12px] h-[12px] rounded-full mr-2 bg-gray-200;
|
|
|
|
&-none {
|
|
@apply bg-[#15803d];
|
|
}
|
|
|
|
&-light {
|
|
@apply bg-[#ffae42];
|
|
}
|
|
|
|
&-locked {
|
|
@apply bg-[#f43f5e];
|
|
}
|
|
} |