Add Keycloak theme
This commit is contained in:
parent
ec18b6f0c1
commit
9800337ccd
4 changed files with 21 additions and 0 deletions
18
keycloak_themes/edm/login/resources/css/styles.css
Normal file
18
keycloak_themes/edm/login/resources/css/styles.css
Normal 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;
|
||||
}
|
||||
|
||||
BIN
keycloak_themes/edm/login/resources/img/edm-bg.png
Normal file
BIN
keycloak_themes/edm/login/resources/img/edm-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
keycloak_themes/edm/login/resources/img/edm-logo-text.png
Normal file
BIN
keycloak_themes/edm/login/resources/img/edm-logo-text.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6 KiB |
3
keycloak_themes/edm/login/theme.properties
Normal file
3
keycloak_themes/edm/login/theme.properties
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
parent=keycloak
|
||||
import=common/keycloak
|
||||
styles=css/login.css css/styles.css
|
||||
Loading…
Add table
Add a link
Reference in a new issue