tool tip add shadow
This commit is contained in:
parent
e11aed0b1e
commit
4534d9275e
@ -15,6 +15,8 @@ $tooltip-margin: 1.5rem;
|
|||||||
animation-duration: 0.2s;
|
animation-duration: 0.2s;
|
||||||
animation-fill-mode: forwards;
|
animation-fill-mode: forwards;
|
||||||
animation-delay: 1s;
|
animation-delay: 1s;
|
||||||
|
box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px,
|
||||||
|
hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user