obscreen/data/www/scss/components/_empty.scss
2024-07-15 23:43:18 +02:00

24 lines
356 B
SCSS

span.empty {
background: rgba($yellow, .3);
color: $yellow;
text-transform: lowercase;
border-radius: 2px;
padding: 2px 4px;
font-weight: bold;
}
.inner-empty {
display: flex;
flex: 1;
align-self: stretch;
justify-content: center;
align-items: center;
i {
font-size: 90px;
opacity: 0.3;
text-shadow: 0 -1px #333, 0 0px .5px #444;
}
}