|
|
|
@ -318,6 +318,16 @@ main { |
|
|
|
padding: 1.6rem 1.2rem; |
|
|
|
} |
|
|
|
|
|
|
|
.error { |
|
|
|
padding: 1.6rem 1.2rem; |
|
|
|
border-radius: 1.6rem; |
|
|
|
background-color: var(--clr-text-highlight); |
|
|
|
color: var(--clr-black); |
|
|
|
font-size: var(--fs-s); |
|
|
|
line-height: 1.2; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.question-answer { |
|
|
|
|
|
|
|
font-size: var(--fs-lg); |
|
|
|
@ -342,8 +352,7 @@ main { |
|
|
|
|
|
|
|
&:has(input[type=radio]:checked) { |
|
|
|
& label { |
|
|
|
outline: 4px solid var(--clr-text-highlight); |
|
|
|
outline-offset: -4px; |
|
|
|
background-color: var(--clr-text-highlight); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -454,7 +463,7 @@ label.question-answer { |
|
|
|
} |
|
|
|
|
|
|
|
&:has(.field_with_errors) { |
|
|
|
outline: 4px solid var(--clr-error); |
|
|
|
outline: 4px solid var(--clr-text-highlight); |
|
|
|
outline-offset: -4px; |
|
|
|
} |
|
|
|
} |
|
|
|
|