This commit is contained in:
Alejandra-Guzman-Mendez
2025-11-07 13:33:39 -06:00
parent 3191841b00
commit 17e2e06d40
@@ -28,6 +28,7 @@
width: 100%;
border-collapse: collapse;
text-align: center;
color: black;
}
.tabla th,
@@ -69,7 +70,7 @@
/* Input */
.input-contenedor input {
width: 70%;
width: 40%;
padding: 6px 25px 6px 6px;
border: 2px solid #002855;
border-radius: 6px;
@@ -103,6 +104,7 @@
.input-contenedor .porcentaje {
position: absolute;
right: 8px;
color: #555;
font-weight: bold;
@@ -127,6 +129,6 @@
.input-sp input {
width: 70%;
width: 38%;
padding: 6px 6px 6px 6px;
}