48 lines
935 B
CSS
48 lines
935 B
CSS
.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);
|
|
}
|
|
|
|
.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!";
|
|
}
|