1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16: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

@ -7,8 +7,8 @@
.avatar {
width: 100%;
padding-bottom: 50%;
border-radius: $radius 0 0 0;
padding-bottom: 75%;
border-radius: 0 $radius 0 0;
background: 50% 50% no-repeat;
background-size: cover;
}
@ -25,7 +25,7 @@
// background: $content_bg;
background: darken($content_bg, 2%);
width: 100%;
border-radius: $radius;
border-radius: 0 $radius $radius 0;
}
.name {