You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
497 B
28 lines
497 B
.app-panel--interruption { |
|
background-color: govuk-colour("blue"); |
|
color: govuk-colour("white"); |
|
text-align: left; |
|
|
|
p, |
|
.govuk-body, |
|
.govuk-label, |
|
.govuk-fieldset__legend, |
|
.govuk-hint { |
|
color: govuk-colour("white"); |
|
} |
|
|
|
a:not(:focus) { |
|
color: inherit; |
|
} |
|
|
|
*:last-child { |
|
margin-bottom: 0; |
|
} |
|
|
|
.govuk-radios__label:before, |
|
& :after { |
|
color: govuk-colour("black"); |
|
border-color: govuk-colour("black"); |
|
background-color: govuk-colour("white"); |
|
} |
|
}
|
|
|