tool tip add shadow

This commit is contained in:
Qing 2022-07-18 20:39:04 +08:00
parent e11aed0b1e
commit 4534d9275e

View File

@ -15,6 +15,8 @@ $tooltip-margin: 1.5rem;
animation-duration: 0.2s;
animation-fill-mode: forwards;
animation-delay: 1s;
box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px,
hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
}
}