fixed style

This commit is contained in:
2026-02-05 13:26:17 -06:00
parent 25141d257e
commit f2caf2ad83
5 changed files with 50 additions and 9 deletions
+9 -5
View File
@@ -47,6 +47,7 @@ footer p {
color: white;
max-width: 900px;
z-index: 2;
font-size: 1.4rem;
}
.mainContainer {
@@ -63,6 +64,7 @@ footer p {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
@@ -212,17 +214,17 @@ input[type="checkbox"] {
transition: opacity 0.2s ease;
}
.radio-card input:checked + .radio-ui::after {
.radio-card input:checked+.radio-ui::after {
opacity: 1;
}
.radio-card input:checked ~ .radio-text {
.radio-card input:checked~.radio-text {
color: #002b7f;
font-weight: 600;
}
.radio-card input:checked {
+ .radio-ui {
+.radio-ui {
border-color: #002b7f;
}
}
@@ -546,6 +548,7 @@ table td:last-child {
justify-content: center;
align-items: center;
}
.centerGrido {
display: grid;
grid-template-columns: auto 200px;
@@ -590,7 +593,8 @@ table td:last-child {
.checkbox-grid input[type="checkbox"] {
margin: 0;
padding: 0;
transform: scale(1); /* mantiene el tamaño */
transform: scale(1);
/* mantiene el tamaño */
}
@media (max-width: 1330px) {
@@ -700,4 +704,4 @@ table td:last-child {
max-width: 250px;
overflow-wrap: break-word;
}
}
}