1
0
Fork 0
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:
Fedor Katurov 2020-04-08 21:40:53 +07:00
parent 671f640a58
commit 911beea4ad
4 changed files with 10 additions and 9 deletions

View file

@ -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;
}