1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
vault-frontend/src/components/profile/ProfileDescription/styles.scss
2019-11-12 15:31:51 +07:00

14 lines
271 B
SCSS

.content {
}
.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;
}