helpbuild design updated and privacy policy fixed
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c9220d8eb3
commit
2dda8289d1
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
5
public/helpbuild/logo.svg
Normal file
5
public/helpbuild/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.4 KiB |
@ -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;
|
||||
}
|
||||
|
@ -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>'
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user