chore: set custom css on login
This commit is contained in:
parent
45dfda6c80
commit
2b51318cf9
16
finallycoffee/login/resources/css/custom.css
Normal file
16
finallycoffee/login/resources/css/custom.css
Normal file
@ -0,0 +1,16 @@
|
||||
div.kc-logo-text {
|
||||
background-image: url('../img/antifa_lesbian_pride.png');
|
||||
background-size: 256px 256px;
|
||||
background-repeat: no-repeat;
|
||||
height: 256px;
|
||||
width: 256px;
|
||||
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;
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
parent=keycloak
|
||||
import=common/finallycoffee
|
||||
|
||||
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/antifa_lesbian_pride.png
|
||||
|
Loading…
Reference in New Issue
Block a user