mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 14:16:41 +07:00
displaying user description
This commit is contained in:
parent
371f47f866
commit
7f04fe1e36
7 changed files with 59 additions and 3 deletions
14
src/components/profile/ProfileDescription/styles.scss
Normal file
14
src/components/profile/ProfileDescription/styles.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue