3
0

f_giving auth update

This commit is contained in:
Ola Oredola 2023-12-04 05:04:23 +01:00
parent deaf7b61f4
commit 59d61dd567
2 changed files with 58 additions and 11 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -4,11 +4,15 @@
} }
.pf-c-button.pf-m-primary { .pf-c-button.pf-m-primary {
background: #57b8d7 !important; background: #16A34A !important;
}
.pf-c-button.pf-m-primary:hover {
opacity: 0.8;
} }
div#kc-registration span a:hover { div#kc-registration span a:hover {
background: #57b8d7; background: #16A34A;
} }
#kc-header { #kc-header {
@ -19,7 +23,7 @@ div#kc-registration span a:hover {
.app-logo { .app-logo {
background-image: url(logo.svg); background-image: url(logo.svg);
background-position: inherit; background-position: inherit;
background-size: cover !important; background-size: contain !important;
} }
.login-pf-page .login-pf-page-header p::before { .login-pf-page .login-pf-page-header p::before {
@ -47,5 +51,5 @@ div#kc-registration span a:hover {
} }
#kc-header-wrapper::before { #kc-header-wrapper::before {
background: #57b8d7 !important; background: #16A34A !important;
} }