Skip to content

Commit

Permalink
feat(bitnami-keycloak-sikalabs-theme): Add rails theme (for DUCR)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Dec 27, 2023
1 parent 83ab939 commit dccdc0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.login-pf body {
background-image: url(https://keycloak-theme-images.vercel.app/images/rails.jpg) !important;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parent=keycloak
import=common/keycloak
styles=web_modules/@fontawesome/fontawesome-free/css/icons/all.css web_modules/@patternfly/react-core/dist/styles/base.css web_modules/@patternfly/react-core/dist/styles/app.css node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css css/login.css css/rails.css

0 comments on commit dccdc0f

Please sign in to comment.