mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 15:28:50 -04:00
36 lines
485 B
SCSS
36 lines
485 B
SCSS
.webauthn__no-js {
|
|
.js-enabled & {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.webauthn__api-missing {
|
|
display: none;
|
|
|
|
.js-enabled & {
|
|
display: block;
|
|
}
|
|
|
|
.js-enabled.webauthn-api-enabled & {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.webauthn__api-required {
|
|
display: none;
|
|
|
|
.webauthn-api-enabled & {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.webauthn-illustration {
|
|
|
|
@include media-down(mobile) {
|
|
margin: govuk-spacing(6) govuk-spacing(9) 0 govuk-spacing(9);
|
|
}
|
|
|
|
margin: govuk-spacing(9) auto 0 auto;
|
|
|
|
}
|