obscreen/data/www/scss/components/_empty.scss
2024-07-12 16:55:52 +02:00

9 lines
152 B
SCSS

span.empty {
background: rgba($yellow, .3);
color: $yellow;
text-transform: lowercase;
border-radius: 2px;
padding: 2px 4px;
font-weight: bold;
}