3
0

helpbuild design updated and privacy policy fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Idrees Jawadwala 2022-05-16 22:00:33 +05:30
parent c9220d8eb3
commit 2dda8289d1
4 changed files with 13 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -4,11 +4,11 @@
}
.pf-c-button.pf-m-primary {
background: #618c36 !important;
background: #57b8d7 !important;
}
div#kc-registration span a:hover {
background: #83b451;
background: #57b8d7;
}
#kc-header {
@ -18,7 +18,7 @@ div#kc-registration span a:hover {
}
.app-logo {
background-image: url(logo.png);
background-image: url(logo.svg);
}
.login-pf-page .login-pf-page-header p::before {
@ -43,3 +43,7 @@ div#kc-registration span a:hover {
.register-sub-heading::before {
content: "Join and get building!";
}
#kc-header-wrapper::before {
background: #57b8d7 !important;
}

View File

@ -1,6 +1,6 @@
const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) {
privacyPolicy.innerHTML = '<span>By signing up you agree to the Helpbuild Privacy Policy <a href="https://helpbuild.co/privacy/">Privacy Policy</a></span>'
privacyPolicy.innerHTML = '<span>By signing up you agree to the Helpbuild <a href="https://helpbuild.co/privacy/">Privacy Policy</a></span>'
}