1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

changed sidebar appearance

This commit is contained in:
Fedor Katurov 2020-11-17 15:15:32 +07:00
parent 8450856d45
commit caf4704df5
3 changed files with 19 additions and 11 deletions

View file

@ -13,7 +13,6 @@
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 0, 0, 0.3);
display: flex;
flex-direction: row;
z-index: 26;
@ -21,11 +20,7 @@
overflow: hidden;
animation: appear 0.25s forwards;
@include can_backdrop {
background: transparentize($content_bg, 0.15);
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
}
@include sidebar
}
.content {