3
0
Idrees Jawadwala 2dda8289d1
All checks were successful
continuous-integration/drone/push Build is passing
helpbuild design updated and privacy policy fixed
2022-05-16 22:00:33 +05:30

50 lines
842 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.";
}
.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;
}