chore: style webauthn login form

This commit is contained in:
transcaffeine 2022-11-26 16:10:28 +01:00
parent 7e4578a058
commit 2d4bb8fc09
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -135,6 +135,8 @@ div.kc-logo-text span {
#kc-username { #kc-username {
text-align: center; text-align: center;
margin-bottom:-10px; margin-bottom:-10px;
color: var(--pf-global--palette-black-150);
height: 290px;
} }
#kc-webauthn-settings-form { #kc-webauthn-settings-form {
@ -146,15 +148,16 @@ div.kc-logo-text span {
} }
#kc-form-webauthn .select-auth-box-desc { #kc-form-webauthn .select-auth-box-desc {
color: var(--pf-global--palette--black-600); color: var(--pf-global--palette--black-400);
} }
#kc-form-webauthn .select-auth-box-headline { #kc-form-webauthn .select-auth-box-headline {
color: var(--pf-global--Color--300); color: var(--pf-global--palette-black--150);
} }
#kc-form-webauthn .select-auth-box-icon { #kc-form-webauthn .select-auth-box-icon {
flex: 0 0 3em; flex: 0 0 3em;
color: var(--default-background-color);
} }
#kc-form-webauthn .select-auth-box-icon-properties { #kc-form-webauthn .select-auth-box-icon-properties {
@ -170,6 +173,10 @@ div.kc-logo-text span {
margin: -1px 0; margin: -1px 0;
} }
#kc-form-webauthn .select-auth-box-paragraph {
color: var(--pf-global--palette--black-600);
}
#kc-content-wrapper { #kc-content-wrapper {
margin-top: 20px; margin-top: 20px;
} }