Skip to content

Commit

Permalink
use as default theme if not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Dec 12, 2023
1 parent bb3c0f6 commit 8004acb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 2 additions & 0 deletions infra/docker/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ COPY themes/phrasea /opt/keycloak/themes/phrasea

FROM quay.io/keycloak/keycloak:22.0.1 as keycloak

ENV KC_SPI_THEME_DEFAULT=phrasea

COPY --from=builder /opt/keycloak /opt/keycloak


Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent=keycloak.v2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent=keycloak.v2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
parent=base
parent=keycloak
import=common/keycloak
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
color: #333333;
}

/*.pf-c-form-control:not(textarea) {*/
/* font-family: "Lexend Deca", sans-serif;*/
/* font-weight: 300;*/
/* font-size: 16px;*/
/* color: #888888;*/
/* border: 1px solid rgba(51, 51, 51, 0.2);*/
/* border-radius: 4px;*/
/* height: 57px;*/
/*}*/

.card-pf {
max-width: 667px;
min-height: 423px;
Expand Down
2 changes: 2 additions & 0 deletions infra/docker/keycloak/themes/phrasea/welcome/theme.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
parent=keycloak
import=common/keycloak

0 comments on commit 8004acb

Please sign in to comment.