mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-08 19:26:41 +07:00
fixed style files module names
This commit is contained in:
parent
52acdb283e
commit
2daa38ad12
223 changed files with 113 additions and 114 deletions
35
src/containers/profile/ProfileInfo/styles.module.scss
Normal file
35
src/containers/profile/ProfileInfo/styles.module.scss
Normal file
|
@ -0,0 +1,35 @@
|
|||
.wrap {
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start !important;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
@include outer_shadow();
|
||||
|
||||
border-radius: $radius;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: $content_bg 50% 50% no-repeat;
|
||||
background-size: cover;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: $gap;
|
||||
}
|
||||
|
||||
.field {
|
||||
padding: $gap 0 0 120px;
|
||||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue