diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 5e002d6..acf46eb 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -959,10 +959,6 @@ select { top: 50%; } -.top-16 { - top: 4rem; -} - .top-3 { top: 0.75rem; } @@ -1316,10 +1312,6 @@ select { width: 1.5rem; } -.w-72 { - width: 18rem; -} - .w-8 { width: 2rem; } @@ -1537,10 +1529,6 @@ select { gap: 0.25rem; } -.gap-2 { - gap: 0.5rem; -} - .gap-3 { gap: 0.75rem; } @@ -1657,6 +1645,11 @@ select { border-radius: 0.75rem; } +.rounded-b-2xl { + border-bottom-right-radius: 1rem; + border-bottom-left-radius: 1rem; +} + .rounded-l-full { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; @@ -1672,11 +1665,6 @@ select { border-top-right-radius: 1rem; } -.rounded-b-2xl { - border-bottom-right-radius: 1rem; - border-bottom-left-radius: 1rem; -} - .border { border-width: 1px; } @@ -1951,10 +1939,6 @@ select { padding: 1.25rem; } -.p-0 { - padding: 0px; -} - .\!px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important;