custom-login.css must be placed under minimal.v2/login/resources/css/custom-login.css
Last active
July 19, 2024 10:10
-
-
Save thomasdarimont/5fe725319a5fc3c8242669deddd934a8 to your computer and use it in GitHub Desktop.
Custom footer with custom theme based on keycloak.v2/login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#kc-login-footer-links { | |
text-align: center; | |
} | |
#kc-login-footer-links li{ | |
display:inline-block; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parent=keycloak.v2 | |
import=common/keycloak | |
styles=css/styles.css css/custom-login.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment