added helpbuild placeholder
This commit is contained in:
parent
dbc5b76ab9
commit
5fd8f1f39e
BIN
public/helpbuild/background.png
Normal file
BIN
public/helpbuild/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
BIN
public/helpbuild/logo.png
Normal file
BIN
public/helpbuild/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
49
public/helpbuild/theme.css
Normal file
49
public/helpbuild/theme.css
Normal file
@ -0,0 +1,49 @@
|
||||
.login-pf body {
|
||||
background: url(background.png) !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
.login-pf-page .login-pf-header h1 {
|
||||
background: #618c36 !important;
|
||||
}
|
||||
|
||||
.pf-c-button.pf-m-primary {
|
||||
background: #618c36 !important;
|
||||
}
|
||||
|
||||
div#kc-registration span a:hover {
|
||||
background: #83b451;
|
||||
}
|
||||
|
||||
#kc-header {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.app-logo {
|
||||
background-image: url(logo.png);
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.login-pf-page .login-pf-page-header p::before {
|
||||
content: "Create infinitely nested trees and turn your plans and vision into managed work.";
|
||||
}
|
||||
|
||||
.login-main-title::before {
|
||||
content: "Login";
|
||||
}
|
||||
|
||||
.login-sub-heading::before {
|
||||
content: "Create, tend and grow your trees of wonder and promise.";
|
||||
}
|
||||
|
||||
#new-to-app::before {
|
||||
content: "New to amalati?";
|
||||
}
|
||||
|
||||
.register-main-title::before {
|
||||
content: "Create your account";
|
||||
}
|
||||
.register-sub-heading::before {
|
||||
content: "Join and start planting your trees in Amalati!";
|
||||
}
|
6
public/helpbuild/theme.js
Normal file
6
public/helpbuild/theme.js
Normal file
@ -0,0 +1,6 @@
|
||||
const privacyPolicy = document.getElementById('privacy-policy');
|
||||
|
||||
if (privacyPolicy) {
|
||||
privacyPolicy.innerHTML = '<span>By signing up you agree to the TheGardenPrivacy Policy <a href="https://thegarden.rocks/privacy/">Privacy Policy</a></span>'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user