mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-09 03:36:41 +07:00
added initial profile dialog
This commit is contained in:
parent
f6baedc4cd
commit
618c2e3275
28 changed files with 315 additions and 58 deletions
28
src/containers/profile/ProfileInfo/styles.scss
Normal file
28
src/containers/profile/ProfileInfo/styles.scss
Normal file
|
@ -0,0 +1,28 @@
|
|||
.wrap {
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start !important;
|
||||
// min-height: 64px;
|
||||
padding: $gap;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
@include outer_shadow();
|
||||
|
||||
border-radius: $radius;
|
||||
width: 140px;
|
||||
height: 140px;
|
||||
background: $content_bg;
|
||||
position: absolute;
|
||||
top: -60px;
|
||||
left: $gap;
|
||||
}
|
||||
|
||||
.field {
|
||||
padding-left: 140px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.name {
|
||||
font: $font_24_bold;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue