mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
18 lines
356 B
SCSS
18 lines
356 B
SCSS
.content {
|
|
padding: $gap * 2;
|
|
min-height: 200px;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.placeholder {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 33vh;
|
|
padding: 40px;
|
|
box-sizing: border-box;
|
|
color: transparentize($color: white, $amount: 0.8);
|
|
text-transform: uppercase;
|
|
font: $font_16_semibold;
|
|
}
|