Con los números de preguntas y secciones

This commit is contained in:
markosbenitez
2026-06-08 20:25:23 -03:00
parent 307a54dabc
commit 52295a78d0
12 changed files with 367 additions and 33 deletions

View File

@@ -147,16 +147,6 @@ body {
border-radius: 0 var(--radius) var(--radius) 0;
color: var(--color-primary-hover);
}
.section-sensitive-note {
font-size: 0.8125rem;
color: #92400e;
background: var(--color-sensitive);
border: 1px solid var(--color-sensitive-border);
border-radius: var(--radius);
padding: 8px 12px;
margin: 0;
}
/* ── Question wrapper ── */
.question-wrapper {
background: var(--color-surface);
@@ -183,6 +173,12 @@ body {
line-height: 1.4;
}
.required-mark { color: var(--color-error); }
.q-code {
font-size: 0.78em;
font-weight: 700;
color: #7A8FA0;
letter-spacing: 0.02em;
}
/* ── Options list ── */
.options-list { display: flex; flex-direction: column; gap: 8px; }