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:
parent
0564fe29e2
commit
efe7800743
9 changed files with 42 additions and 84 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue