Skip to content

Commit

Permalink
Update login styles to be consistent w/ Lifelike (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
esanche06 authored Feb 22, 2022
1 parent 7a81bbd commit 738310c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ logs:
docker-compose logs -f

copy-original-themes:
docker-compose cp keycloak:/opt/jboss/keycloak/themes ./original-themes
docker compose cp keycloak:/opt/jboss/keycloak/themes ./original-themes
38 changes: 37 additions & 1 deletion theme/common/resources/css/lifelike-common.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
a {
color: #0c8caa;
}

body {
font-family: Roboto, "Helvetica Neue", sans-serif;
}

.card-pf {
border-top: none;
}

.login-pf body {
background: lightblue;
background: #0c8caa;
}

.pf-c-button.pf-m-primary {
background-color: #0c8caa;
}

.pf-c-button {
background-color: #0c8caa;
}

.pf-c-form-control:hover {
border-bottom-color: #0c8caa;
}
.pf-c-form-control:focus {
outline-color: #0c8caa;
border-color: #0c8caa;
}

.pf-m-primary {
color: #ffffff;
background-color: #0c8caa;
}
.pf-m-primary:hover {
background-color: #075163;
}
10 changes: 5 additions & 5 deletions theme/login/messages/messages_en.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
termsText=<p>These are Lifelike''s Terms</p>
loginAccountTitle=Sign in to Lifelike!
termsText=<p>Terms & Conditions Under Construction</p>
loginAccountTitle=Lifelike

###################################
## UNCOMMENT AND CHANGE AS NEEDED
Expand Down Expand Up @@ -29,7 +29,7 @@ loginAccountTitle=Sign in to Lifelike!
# kerberosNotSetUp=Kerberos is not set up. You cannot login.
# registerTitle=Register
# loginTitle=Sign in to... {0}
# loginTitleHtml={0}
loginTitleHtml=
# impersonateTitle={0} Impersonate User
# impersonateTitleHtml=<strong>{0}</strong> Impersonate User
# realmChoice=Realm
Expand All @@ -41,7 +41,7 @@ loginAccountTitle=Sign in to Lifelike!
# oauthGrantTitle=Grant Access to {0}
# oauthGrantTitleHtml={0}
# oauthGrantInformation=Make sure you trust {0} by learning how {0} will handle your data.
# oauthGrantReview=You could review the
# oauthGrantReview=You could review the
# oauthGrantTos=terms of service.
# oauthGrantPolicy=privacy policy.
# errorTitle=We are sorry...
Expand Down Expand Up @@ -400,7 +400,7 @@ loginAccountTitle=Sign in to Lifelike!
# # SAML authentication
# saml.post-form.title=Authentication Redirect
# saml.post-form.message=Redirecting, please wait.
# saml.post-form.js-disabled=JavaScript is disabled. We strongly recommend to enable it. Click the button below to continue.
# saml.post-form.js-disabled=JavaScript is disabled. We strongly recommend to enable it. Click the button below to continue.
# saml.artifactResolutionServiceInvalidResponse=Unable to resolve artifact.

# #authenticators
Expand Down

0 comments on commit 738310c

Please sign in to comment.