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

@ -62,4 +62,7 @@
.dx-datagrid-headers .dx-datagrid-table .dx-row > td{
font-size: 10px !important;
}
.dx-datagrid .dx-row > td{
font-size: 10px !important;
}

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) {

View File

@ -47,4 +47,7 @@
.custom-table-column {
@apply !align-middle text-sm font-medium text-primary-800;
}
.filter-input-label {
@apply block mb-2 text-sm font-semibold text-gray-800 sm:mb-0;
}
}