rebuild css

This commit is contained in:
kur0nek-o
2023-10-27 20:24:09 +07:00
parent 0f6ed81e48
commit 821d88c76a

View File

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