diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-02 17:15:39 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-02 17:15:39 +0700 |
| commit | 55c9f5e1fb868c85e704529ac914b3d75fc7744e (patch) | |
| tree | 75543baf82a73fb7e8dea6c8a1c353e02c57bbcd /src/styles/globals.css | |
| parent | d57ca7be5e2de9c48f4229b20a49a94bf05e88d1 (diff) | |
| parent | 6a2c25e83a45eeb5d613a99a0caa6f0ec1aae15f (diff) | |
<iman> Merge branch 'development' into Feature/new-cart-popup
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index f6561b00..505dcab4 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -583,12 +583,11 @@ button { @apply absolute left-[100%] top-12 - w-[40vw] bg-gray_r-1/90 backdrop-blur-md border border-gray_r-6 - p-6 + p-6 opacity-0 h-full transition-all @@ -604,6 +603,7 @@ button { transition-colors ease-linear duration-100 + w-fit font-semibold; } @@ -613,6 +613,7 @@ button { transition-colors ease-linear duration-100 + w-full font-normal; } |
