From e1b9a1736c1d11827faf900838769194364afbd3 Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 7 Feb 2024 18:50:57 +0330 Subject: [PATCH] style: change sound counter --- src/components/hero/hero.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/hero/hero.module.css b/src/components/hero/hero.module.css index 8c0539b..11a2de3 100644 --- a/src/components/hero/hero.module.css +++ b/src/components/hero/hero.module.css @@ -87,7 +87,7 @@ margin: 20px auto 0; font-size: var(--font-xsm); color: var(--color-foreground-subtle); - background-color: var(--color-neutral-100); + background: linear-gradient(var(--color-neutral-100), transparent); border: 1px solid var(--color-neutral-200); border-radius: 100px; @@ -96,9 +96,10 @@ align-items: center; justify-content: center; height: 100%; - padding: 0 8px 0 12px; + padding: 0 10px; color: var(--color-foreground); border-right: 1px solid var(--color-neutral-200); + border-radius: 0 100px 100px 0; } &::before {