modified styles

This commit is contained in:
2025-11-27 19:12:48 -06:00
parent 6e6fd4b155
commit 896515eebd
4 changed files with 28 additions and 35 deletions
+3 -1
View File
@@ -2,7 +2,6 @@
color: #fff;
background-color: #003e79;
border-radius: 4px;
margin-bottom: 15px;
padding: 15px;
font-size: 16px;
}
@@ -15,6 +14,9 @@
}
.container {
max-width: 100%;
display: flex;
flex-direction: column;
gap: 10px;
}
.controls {
@@ -2,16 +2,20 @@
color: #fff;
background-color: #003e79;
border-radius: 4px;
margin-bottom: 15px;
padding: 15px;
font-size: 16px;
}
.contenedor-pregunta{
display: flex;
flex-direction: column;
gap: 10px;
}
.pregunta-cuadro {
background-color: #fff;
border-left: 6px solid #003e79;
border-radius: 8px;
margin-bottom: 25px;
padding: 15px;
font-size: 16px;
}
@@ -13,19 +13,24 @@
color: #fff;
background-color: #003e79;
border-radius: 4px;
margin-bottom: 15px;
padding: 15px;
font-size: 16px;
}
.pregunta-cuadro_p1 {
background-color: #fff;
border-left: 6px solid #003e79;
border-radius: 8px;
padding: 15px;
font-size: 16px;
background-color: #fff;
border-left: 6px solid #003e79;
border-radius: 8px;
padding: 15px;
font-size: 16px;
}
.container_P1 {
width: 100%;
display: flex;
flex-direction: column;
gap: 10px;
}
.scanView_P1 {
padding: 20px;
@@ -33,17 +38,6 @@
display: flex;
justify-content: center;
.container_P1 {
width: 100%;
background: #fff;
border-radius: 12px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
overflow: hidden;
display: flex;
flex-direction: column;
border: 1px solid #ddd;
}
.header_P1 {
padding: 16px 20px;
background: #f7f7f7;
@@ -2,7 +2,6 @@
color: #fff;
background-color: #003e79;
border-radius: 4px;
margin-bottom: 15px;
padding: 15px;
font-size: 16px;
}
@@ -13,28 +12,22 @@
border-radius: 8px;
padding: 15px;
font-size: 16px;
margin-bottom: 15px;
}
.container_P3 {
width: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
gap: 10px;
}
.scanView_P3 {
padding: 20px;
width: 100%;
background-color: white;
border-radius: 10px;
.container_P3 {
width: 100%;
background: #fff;
border-radius: 12px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
border: 1px solid #ddd;
overflow: hidden;
display: flex;
flex-direction: column;
}
.mainContent_P3 {
display: flex;
min-height: 500px;