3
0

added edenfiftyone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mike Sutton 2023-08-09 23:12:45 +02:00
parent c63e888363
commit 7f7eac7d50
3 changed files with 56 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,50 @@
.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.png);
background-position: center;
}
.login-pf-page .login-pf-page-header p::before {
content: "The English Language Skills Platform.";
color: #000000;
}
.login-main-title::before {
content: "Login";
}
.login-sub-heading::before {
content: "Get started.";
}
#new-to-app::before {
content: "New to EdenFiftyOne?";
}
.register-main-title::before {
content: "Create your account";
}
.register-sub-heading::before {
content: "Join now!";
}
#kc-header-wrapper::before {
background: #57b8d7 !important;
}

View File

@ -0,0 +1,6 @@
const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) {
privacyPolicy.innerHTML = '<span>No blah blah.</span>'
}