mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
profile pic on the left
This commit is contained in:
parent
671f640a58
commit
911beea4ad
4 changed files with 10 additions and 9 deletions
|
@ -11,10 +11,10 @@
|
|||
.left {
|
||||
flex: 1;
|
||||
background: darken($content_bg, 2%);
|
||||
border-radius: $radius 0 0 $radius;
|
||||
border-radius: 0 $radius $radius 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.right {
|
||||
flex: 3;
|
||||
flex: 4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue