Update font size and label styles

This commit is contained in:
Dede Fuji Abdul
2024-03-04 16:37:54 +07:00
parent 9cb4551bb9
commit cc888d2cec
21 changed files with 104 additions and 96 deletions

View File

@@ -927,6 +927,22 @@ body {
color: rgb(1 36 45 / var(--tw-text-opacity));
}
.filter-input-label {
margin-bottom: 0.5rem;
display: block;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.filter-input-label {
margin-bottom: 0px;
}
}
.sr-only {
position: absolute;
width: 1px;
@@ -1253,10 +1269,6 @@ body {
margin-top: -1px;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@@ -5861,16 +5873,6 @@ body {
font-size: 1.5rem;
line-height: 2rem;
}
.md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.md\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
}
@media (min-width: 1024px) {