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

fixed shadow

This commit is contained in:
Fedor Katurov 2020-04-21 17:54:41 +07:00
parent e1991453a1
commit db7c076b96

View file

@ -38,7 +38,7 @@
opacity: 1;
border-radius: $radius;
box-shadow: transparentize($color: white, $amount: 0.95) 0 -1px,
transparentize($color: #000000, $amount: 0.5) 0 4px 10px;
transparentize($color: #000000, $amount: 0.6) 0 2px 5px;
}
&.is_dragging {