1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-09 03:36:41 +07:00

added messages to profile dialog

This commit is contained in:
Fedor Katurov 2019-11-11 16:41:37 +07:00
parent 618c2e3275
commit 298ba7d586
12 changed files with 62 additions and 24 deletions

View file

@ -2,27 +2,35 @@
justify-content: flex-start;
align-items: flex-start !important;
// min-height: 64px;
padding: $gap;
// padding: $gap;
box-sizing: border-box;
position: relative;
}
.avatar {
@include outer_shadow();
border-radius: $radius;
width: 140px;
height: 140px;
background: $content_bg;
width: 100px;
height: 100px;
background: $content_bg 50% 50% no-repeat/cover;
position: absolute;
top: -60px;
left: $gap;
bottom: 0;
left: 0;
}
.field {
padding-left: 140px;
padding-left: 110px;
flex: 1;
padding-bottom: 5px;
}
.name {
font: $font_24_bold;
margin-bottom: 4px;
}
.description {
color: transparentize($color: white, $amount: 0.7);
font: $font_14_regular;
}