diff options
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 505dcab4..f6561b00 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -583,11 +583,12 @@ 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 @@ -603,7 +604,6 @@ button { transition-colors ease-linear duration-100 - w-fit font-semibold; } @@ -613,7 +613,6 @@ button { transition-colors ease-linear duration-100 - w-full font-normal; } |
