50 lines
861 B
CSS
50 lines
861 B
CSS
.login-pf-page .login-pf-header h1 {
|
|
background: #363F48 !important;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.pf-c-button.pf-m-primary {
|
|
background: #57b8d7 !important;
|
|
}
|
|
|
|
div#kc-registration span a:hover {
|
|
background: #57b8d7;
|
|
}
|
|
|
|
#kc-header {
|
|
background: #222C36;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.app-logo {
|
|
background-image: url(logo.svg);
|
|
}
|
|
|
|
.login-pf-page .login-pf-page-header p::before {
|
|
content: "Making your network work for success.";
|
|
color: #ffffff;
|
|
}
|
|
|
|
.login-main-title::before {
|
|
content: "Login";
|
|
}
|
|
|
|
.login-sub-heading::before {
|
|
content: "Get your network working.";
|
|
}
|
|
|
|
#new-to-app::before {
|
|
content: "New to Helpbuild?";
|
|
}
|
|
|
|
.register-main-title::before {
|
|
content: "Create your account";
|
|
}
|
|
.register-sub-heading::before {
|
|
content: "Join and get building!";
|
|
}
|
|
|
|
#kc-header-wrapper::before {
|
|
background: #57b8d7 !important;
|
|
}
|