diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 17:11:17 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 17:11:17 +0700 |
| commit | 4501271964f8084522967685e3752868779c5ca0 (patch) | |
| tree | 9b4b2ec7e46fe855b87a92db30e30cfcc6f69a3c /src/core/components/layouts/BasicLayout.module.css | |
| parent | d89421e6270ea17ecfee8fde95121a8e2443feac (diff) | |
Revert "<iman> update higlight button whatsapp"
This reverts commit b4b36c45de25305f43ee83441f13a75c48b07994.
Diffstat (limited to 'src/core/components/layouts/BasicLayout.module.css')
| -rw-r--r-- | src/core/components/layouts/BasicLayout.module.css | 6 |
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 4945c420..b89aca9f 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]/30 z-[900]; - animation: closeOverlay 1s forwards; + @apply fixed top-0 left-0 w-full h-full bg-[#4FB84A]/50 z-[900]; + animation: closeOverlay 10s forwards; } @keyframes closeOverlay { from { - clip-path: circle(100% at 50% 50%); + clip-path: circle(100%); } to { clip-path: circle(var(--button-radius) at var(--button-x) var(--button-y)); |
