Skip to content

Commit

Permalink
Update CSS for login theme and Keycloak image version (#45)
Browse files Browse the repository at this point in the history
Adjusted the style for the social account list in the login theme,
removing bullet points for list items and making sure that anchor
elements span 100% width.
  • Loading branch information
gerbermichi authored Nov 6, 2023
1 parent 695d7db commit cf8fa42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ services:
- --spi-theme-static-max-age=-1
- --spi-theme-cache-themes=false
- --spi-theme-cache-templates=false
- --spi-theme-login-theme=vshn
volumes:
- ./theme:/opt/keycloak/themes/vshn:ro
5 changes: 5 additions & 0 deletions theme/login/resources/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@
flex-direction: column;
gap: 1rem;
width: 100%;
list-style-type: none;
}

.social-account-list a{
width: 100%;
}

#social-google {
Expand Down

0 comments on commit cf8fa42

Please sign in to comment.