change to pathname and params
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user