summaryrefslogtreecommitdiff
path: root/src/core/components/layouts/BasicLayout.module.css
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-09 10:28:40 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-09 10:28:40 +0000
commit890570d8e033365867cb33e013a975ce7f8f5b5c (patch)
treea669433a1229685f6079020304de0c55603dc045 /src/core/components/layouts/BasicLayout.module.css
parent0bb71b8aa1da040a35399292b9c5919c5cad6d49 (diff)
parent949e654bec249177618c3efc1b63c50f174ea0ae (diff)
Merged in Feature/highlight-button-whatsapp (pull request #229)
<iman> update highlight button
Diffstat (limited to 'src/core/components/layouts/BasicLayout.module.css')
-rw-r--r--src/core/components/layouts/BasicLayout.module.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/components/layouts/BasicLayout.module.css b/src/core/components/layouts/BasicLayout.module.css
index b89aca9f..4945c420 100644
--- a/src/core/components/layouts/BasicLayout.module.css
+++ b/src/core/components/layouts/BasicLayout.module.css
@@ -1,11 +1,11 @@
.overlay-highlight {
- @apply fixed top-0 left-0 w-full h-full bg-[#4FB84A]/50 z-[900];
- animation: closeOverlay 10s forwards;
+ @apply fixed top-0 left-0 w-full h-full bg-[#4FB84A]/30 z-[900];
+ animation: closeOverlay 1s forwards;
}
@keyframes closeOverlay {
from {
- clip-path: circle(100%);
+ clip-path: circle(100% at 50% 50%);
}
to {
clip-path: circle(var(--button-radius) at var(--button-x) var(--button-y));