Con los números de preguntas y secciones
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user