This commit is contained in:
parent
a161c5e309
commit
e666b1a386
4
public/betbeast/logo.svg
Normal file
4
public/betbeast/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.1 KiB |
49
public/betbeast/theme.css
Normal file
49
public/betbeast/theme.css
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
.login-pf-page .login-pf-header h1 {
|
||||||
|
background: #ffffff !important;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pf-c-button.pf-m-primary {
|
||||||
|
background: #57b8d7 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#kc-registration span a:hover {
|
||||||
|
background: #57b8d7;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-header {
|
||||||
|
background: #ffffff;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app-logo {
|
||||||
|
background-image: url(logo.svg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-pf-page .login-pf-page-header p::before {
|
||||||
|
content: "Making cash through maths.";
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-main-title::before {
|
||||||
|
content: "Login";
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-sub-heading::before {
|
||||||
|
content: "Get started.";
|
||||||
|
}
|
||||||
|
|
||||||
|
#new-to-app::before {
|
||||||
|
content: "New to betbeast?";
|
||||||
|
}
|
||||||
|
|
||||||
|
.register-main-title::before {
|
||||||
|
content: "Create your account";
|
||||||
|
}
|
||||||
|
.register-sub-heading::before {
|
||||||
|
content: "Join and get arb'ing!";
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-header-wrapper::before {
|
||||||
|
background: #57b8d7 !important;
|
||||||
|
}
|
6
public/betbeast/theme.js
Normal file
6
public/betbeast/theme.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
const privacyPolicy = document.getElementById('privacy-policy');
|
||||||
|
|
||||||
|
if (privacyPolicy) {
|
||||||
|
privacyPolicy.innerHTML = '<span>No blah blah.</span>'
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user