fixed size

This commit is contained in:
2026-03-03 17:36:06 -06:00
parent 1de700902a
commit c69aa009b7
8 changed files with 63 additions and 40 deletions
+31 -6
View File
@@ -362,8 +362,13 @@ a {
}
.informationValue {
color: #555;
font-size: 1.25rem;
color: #000000;
font-size: 1.5rem;
}
.Credito {
font-weight: bold;
font-size: 2rem;
}
.title {
@@ -399,7 +404,7 @@ form {
.toggleSection {
width: 100%;
max-width: fit-content;
min-width: 750px;
min-width: 600px;
border-radius: 4px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
@@ -496,7 +501,7 @@ thead tr {
background-color: #2563eb;
position: relative;
z-index: 1;
}
}
tbody tr {
transition: transform 0.3s ease, opacity 0.3s ease;
@@ -677,7 +682,7 @@ table td:last-child {
}
.informationValue {
font-size: 1rem;
font-size: 1.01rem;
}
.informationItem {
@@ -687,7 +692,6 @@ table td:last-child {
input,
select {
padding: 0.5rem;
font-size: 1.3rem;
height: 3rem;
}
@@ -727,6 +731,27 @@ table td:last-child {
height: 30px;
}
.information {
max-width: 320px;
}
.containerForm {
max-width: 320px;
}
.Credito {
font-size: 1.5rem;
}
table th,
table td {
padding: 0.65rem 1rem;
}
.toggleSection {
min-width: 570px;
}
}
@media (max-height: 960px) {