diff options
Diffstat (limited to 'src/styles/globals.css')
| -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 |
