change to pathname and params

This commit is contained in:
IO420
2025-09-29 19:57:02 -06:00
parent 88eb4d6e54
commit 68d9dc97c1
18 changed files with 89 additions and 49 deletions
+18
View File
@@ -185,6 +185,10 @@ select:focus {
transition: all 0.2s ease-in-out;
}
input[type="checkbox"]{
min-width: 3rem;
}
label {
font-size: 2rem;
font-weight: bold;
@@ -437,6 +441,20 @@ table tr {
z-index: 10;
}
.checkbox-grid label {
display: inline-flex;
align-items: center;
font-size: 13px;
cursor: pointer;
margin-right: 1rem;
}
.checkbox-grid input[type="checkbox"] {
margin: 0;
padding: 0;
transform: scale(1); /* mantiene el tamaño */
}
@media (max-width: 1330px) {
.centerGrid {
display: flex !important;