diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 14:09:51 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 14:09:51 +0700 |
| commit | a42272ae50a5e8661db5ae534f08f475efb05665 (patch) | |
| tree | 3882ca64775dc8d46c0ac539e87c3d5a67b0d91e /src/core/components/elements/Navbar/style/NavbarDesktop.module.css | |
| parent | 60060b517651e1122a638a3f592017879a0e9e63 (diff) | |
<iman> update all promotion
Diffstat (limited to 'src/core/components/elements/Navbar/style/NavbarDesktop.module.css')
| -rw-r--r-- | src/core/components/elements/Navbar/style/NavbarDesktop.module.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/components/elements/Navbar/style/NavbarDesktop.module.css b/src/core/components/elements/Navbar/style/NavbarDesktop.module.css new file mode 100644 index 00000000..9cddb127 --- /dev/null +++ b/src/core/components/elements/Navbar/style/NavbarDesktop.module.css @@ -0,0 +1,14 @@ +/* navbarDesktop.module.css */ +@keyframes blink { + 0%, 100% { + opacity: 1; + } + 50% { + opacity: 0; + } +} + +.blink { + animation: blink 0.8s infinite; +} + |
