Add Keycloak theme

This commit is contained in:
chamomind 2023-11-29 22:41:36 +07:00
parent ec18b6f0c1
commit 9800337ccd
4 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,18 @@
.login-pf body {
background: #39a5dc;
background-size: cover;
height: 100%;
}
.login-pf body {
background: url("../img/edm-bg.png") no-repeat center center fixed;
background-size: cover;
height: 100%;
}
div.kc-logo-text {
background-image: url("../img/edm-logo-text.png");
background-repeat: no-repeat;
height: 63px;
width: 300px;
margin: 0 auto;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -0,0 +1,3 @@
parent=keycloak
import=common/keycloak
styles=css/login.css css/styles.css