3
0

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

This commit is contained in:
Mike Sutton 2024-10-17 20:58:56 +02:00
parent b1d3884b3d
commit d5b5a4eb63

View File

@ -1,5 +1,5 @@
.login-pf body { .login-pf body {
background: #f3f4f6; background: #e5e7eb;
} }
.login-pf-page { .login-pf-page {
@ -32,7 +32,7 @@ body .pf-c-button.pf-m-primary {
} }
.pf-c-button.pf-m-primary { .pf-c-button.pf-m-primary {
background: #16A34A !important; background: #1472E4 !important;
} }
.pf-c-button.pf-m-primary:hover { .pf-c-button.pf-m-primary:hover {
@ -84,7 +84,7 @@ body #kc-header {
} }
.login-pf-page .login-pf-page-header p::before { .login-pf-page .login-pf-page-header p::before {
content: "Let's Turn Fitness into Giving. Together."; content: "Simple & Fast Video Interviews for Everyone.";
font-size: 14px; font-size: 14px;
color: #6f6f6f; color: #6f6f6f;
} }
@ -94,7 +94,7 @@ body #kc-header {
} }
.login-pf-page .login-pf-page-header h2::before { .login-pf-page .login-pf-page-header h2::before {
content: 'Welcome to FitnessGiving'; content: 'Welcome to Questidio';
font-weight: 700; font-weight: 700;
color: #000; color: #000;
letter-spacing: 0; letter-spacing: 0;
@ -110,27 +110,28 @@ body #kc-header {
} }
#new-to-app::before { #new-to-app::before {
content: "New to Fitness Giving?"; content: "New to Questidio?";
} }
.register-main-title::before { .register-main-title::before {
content: "Create your account"; content: "Create your account";
} }
.register-sub-heading::before { .register-sub-heading::before {
content: "Join and get sweating!"; content: "Join now!";
} }
#kc-header-wrapper::before { #kc-header-wrapper::before {
background: #16A34A !important; background: #1472E4 !important;
} }
div#main-logo { div#main-logo {
height: 100px; display: none;
background-size: 190px !important; /*height: 100px;*/
background: url(logo.svg) no-repeat; /*background-size: 190px !important;*/
width: 190px; /*background: url(logo.svg) no-repeat;*/
order: -1; /*width: 190px;*/
margin: 0 auto 0; /*order: -1;*/
/*margin: 0 auto 0;*/
} }
div#kc-registration span a { div#kc-registration span a {