From 4534d9275ec60605d5207a5d8ece8fc408c352ec Mon Sep 17 00:00:00 2001 From: Qing Date: Mon, 18 Jul 2022 20:39:04 +0800 Subject: [PATCH] tool tip add shadow --- lama_cleaner/app/src/components/shared/Tooltip.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lama_cleaner/app/src/components/shared/Tooltip.scss b/lama_cleaner/app/src/components/shared/Tooltip.scss index f182d4f..0de4deb 100644 --- a/lama_cleaner/app/src/components/shared/Tooltip.scss +++ b/lama_cleaner/app/src/components/shared/Tooltip.scss @@ -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; } }