mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-07 02:26:41 +07:00
profile layout
This commit is contained in:
parent
0c3625cd18
commit
fe6f977cf1
12 changed files with 236 additions and 13 deletions
src/containers/profile/ProfilePage
|
@ -2,6 +2,19 @@
|
|||
flex: 1;
|
||||
background: $content_bg;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: stretch;
|
||||
justify-content: stretch;
|
||||
box-shadow: $node_shadow;
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
.left {
|
||||
flex: 1;
|
||||
background: darken($content_bg, 2%);
|
||||
border-radius: $radius 0 0 $radius;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.right {
|
||||
flex: 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue