Skip to content

Commit

Permalink
Update keycloak-themes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hwo-wd committed Aug 2, 2024
1 parent bac45f0 commit 6bdaa81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/META-INF/keycloak-themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
{
"name": "keycloak-theme-world-direct",
"types": [ "login" ]
},
{
"name": "keycloak-theme-world-direct-without-forms-login",
"types": [ "login" ]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@
}

div.pf-v5-c-login__main-body {
padding-bottom: 0;
padding-bottom: 0;
}

.pf-v5-c-login {
align-items: unset;
align-items: unset;
}

.pf-v5-c-login__main-header {
padding-bottom: 0;
padding-bottom: 0;
}

.pf-v5-c-login__main-footer {
padding-bottom: 1rem;
padding-bottom: 1rem;
}

0 comments on commit 6bdaa81

Please sign in to comment.