From f99e0aba70efad0deb907d8e27f09fc9f527c8a4 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 17 Feb 2023 17:07:50 +0700 Subject: Refactor --- src/styles/globals.css | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) (limited to 'src/styles') 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 -- cgit v1.2.3