chore: set custom css on login
This commit is contained in:
parent
45dfda6c80
commit
822dae7c6e
10
finallycoffee/login/resources/css/custom.css
Normal file
10
finallycoffee/login/resources/css/custom.css
Normal file
@ -0,0 +1,10 @@
|
||||
div.kc-logo-text {
|
||||
background-image: url('../img/antifa_lesbian_pride.png');
|
||||
background-repeat: no-repeat;
|
||||
height: 256px;
|
||||
width: 256px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
div.kc-logo-text span {
|
||||
display: none;
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
parent=keycloak
|
||||
import=common/finallycoffee
|
||||
|
||||
styles=css/custom.css
|
||||
logo=img/antifa_lesbian_pride.png
|
||||
|
Loading…
Reference in New Issue
Block a user