diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-17 17:07:50 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-17 17:07:50 +0700 |
| commit | f99e0aba70efad0deb907d8e27f09fc9f527c8a4 (patch) | |
| tree | f0ac96e4e736a1d385e32553f0e641ee27e11fd3 /src/styles | |
| parent | 90e1edab9b6a8ccc09a49fed3addbec2cbc4e4c3 (diff) | |
Refactor
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index b871a325..c457859b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -18,6 +18,10 @@ html, body { ; } +button { + @apply block; +} + @layer base { input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { @@ -28,28 +32,6 @@ html, body { input[type=number] { -moz-appearance:textfield; } - - h1, .h1 { - @apply - text-h-md - font-semibold - ; - } - - h2, .h2 { - @apply - text-body-2 - font-semibold - leading-6 - ; - } - - a { - @apply - font-medium - text-red_r-11 - ; - } } @layer components { @@ -61,7 +43,7 @@ html, body { .badge-green, .badge-solid-green { @apply - text-caption-2 + text-[11px] leading-none font-medium px-1 @@ -313,7 +295,7 @@ html, body { @apply translate-x-0; } -.menu-overlay { +.overlay { @apply fixed top-0 |
