1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-01 23:56:41 +07:00

made better profile menu

This commit is contained in:
Fedor Katurov 2022-07-20 15:54:22 +07:00
parent 0564fe29e2
commit efe7800743
9 changed files with 42 additions and 84 deletions

View file

@ -7,7 +7,6 @@
.popper {
@include outer_shadow;
@include blur($content_bg, 15px, 0.5);
box-sizing: border-box;
z-index: 12;
@ -15,12 +14,21 @@
visibility: hidden;
pointer-events: none;
touch-action: none;
background-color: transparentize($content_bg, 0.05);
&.visible {
visibility: visible;
pointer-events: all;
touch-action: initial;
}
&.fixed {
z-index: 100;
}
&.translucent {
@include blur($content_bg, 15px, 0.5);
}
}
.arrow {