chore: add werkraum theme
This commit is contained in:
commit
4c9a315251
7 changed files with 27 additions and 0 deletions
16
werkraum/login/resources/css/custom.css
Normal file
16
werkraum/login/resources/css/custom.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
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;
|
||||
background-size: cover !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue