1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

added sample data to profile sidebar

This commit is contained in:
Fedor Katurov 2022-01-12 18:07:01 +07:00
parent 0c9d5467ed
commit 367ba0cc4d
4 changed files with 101 additions and 19 deletions

View file

@ -9,4 +9,13 @@
border-radius: $radius;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}