mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed shadow
This commit is contained in:
parent
e1991453a1
commit
db7c076b96
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
box-shadow: transparentize($color: white, $amount: 0.95) 0 -1px,
|
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 {
|
&.is_dragging {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue