chore: add werkraum theme

This commit is contained in:
Johanna Dorothea Reichmann 2022-11-25 17:26:13 +01:00 committed by transcaffeine
commit 0f5b57e3fe
Signed by: transcaffeine
GPG key ID: 03624C433676E465
7 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,15 @@
div.kc-logo-text {
background-image: url('../img/logo.png');
background-size: 300px 150px;
background-repeat: no-repeat;
height: 150px;
width: 300px;
margin: 0 auto;
}
div.kc-logo-text span {
display: none;
}
.login-pf body {
background: url('../img/background.jpg') no-repeat center center fixed !important;
}

View file

@ -0,0 +1,5 @@
parent=keycloak
import=common/werkraum
styles=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/custom.css
logo=/img/logo.png