Skip to content

Instantly share code, notes, and snippets.

@thomasdarimont
Last active July 19, 2024 10:10
Show Gist options
  • Save thomasdarimont/5fe725319a5fc3c8242669deddd934a8 to your computer and use it in GitHub Desktop.
Save thomasdarimont/5fe725319a5fc3c8242669deddd934a8 to your computer and use it in GitHub Desktop.
Custom footer with custom theme based on keycloak.v2/login

Custom minimal.v2/login theme

custom-login.css must be placed under minimal.v2/login/resources/css/custom-login.css

#kc-login-footer-links {
text-align: center;
}
#kc-login-footer-links li{
display:inline-block;
}
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