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

added profile sidebar just to test if I can

This commit is contained in:
Fedor Katurov 2020-11-17 17:11:13 +07:00
parent b4edba1beb
commit d9a1b5cf13
10 changed files with 209 additions and 10 deletions

View file

@ -0,0 +1,5 @@
.wrap {
@include sidebar_content;
display: flex;
flex-direction: column;
}