3
0

changed background
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mike Sutton 2023-09-05 22:01:43 +02:00
parent f5a0d63b1c
commit 2a5c42b899

View File

@ -26,6 +26,7 @@
max-width: 360px !important; max-width: 360px !important;
margin: auto !important; margin: auto !important;
padding: 0 !important; padding: 0 !important;
background-color: #ffffff !important;
} }
.login-pf-page #kc-page-title { .login-pf-page #kc-page-title {
@ -45,6 +46,7 @@
.login-pf-page #kc-content { .login-pf-page #kc-content {
max-width: 100% !important; max-width: 100% !important;
margin: auto !important; margin: auto !important;
background-color: #ffffff;
} }
.login-pf-page #kc-form-wrapper, .login-pf-page #kc-form-wrapper,
@ -95,7 +97,7 @@
} }
.login-main-title::before, .login-main-title::before,
.register-main-title::before, .register-main-title::before,
h1#kc-page-title { h1#kc-page-title {
font-family: "Be Vietnam Pro", sans-serif; font-family: "Be Vietnam Pro", sans-serif;
font-size: 40px; font-size: 40px;
@ -211,7 +213,7 @@ label.custom-input-label {
} }
#kc-registration { #kc-registration {
margin-bottom: 16px !important; margin-bottom: 16px !important;
} }
#svg-wrapper { #svg-wrapper {