-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from Mohmn/feat/customize-account-page
feat customize account page
- Loading branch information
Showing
5 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
1 change: 1 addition & 0 deletions
1
keycloak/lib/docker/themes/treetracker/account/messages/messages_en.properties
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
accountManagementWelcomeMessage=Welcome to Treetracker account management |
27 changes: 27 additions & 0 deletions
27
keycloak/lib/docker/themes/treetracker/account/resources/css/treetracker.css
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
:root { | ||
--pf-global--primary-color--100: #86C232; | ||
--pf-global--primary-color--200: #a6dc5a; | ||
--pf-global--primary-color--dark-100: #86C232; | ||
--pf-global--primary-color--light-100: #a6dc5a; | ||
--pf-global--active-color--100: #68a119; | ||
--pf-global--active-color--200: #b9ef6d; | ||
--pf-global--active-color--300: #89e00f; | ||
--pf-global--active-color--400: #80aa44; | ||
--pf-global--link--Color: #61901f; | ||
--pf-global--link--Color--hover: #547722; | ||
--pf-global--link--Color--light: #b4ef62; | ||
--pf-global--link--Color--light--hover: #b7e973; | ||
--pf-global--link--Color--dark: #679822; | ||
--pf-global--link--Color--dark--hover: #5e9413; | ||
--pf-global--default-color--100: #86C232; | ||
--pf-global--default-color--200: #a6dc5a; | ||
--pf-global--default-color--300: #86C232; | ||
} | ||
|
||
.pf-c-brand { | ||
content: url("https://map.treetracker.org/images/treetracker_logo_white.svg"); | ||
} | ||
|
||
.pf-icon { | ||
color: var(--pf-global--primary-color--100); | ||
} |
4 changes: 4 additions & 0 deletions
4
keycloak/lib/docker/themes/treetracker/account/theme.properties
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
parent=keycloak.v2 | ||
import=common/keycloak | ||
styles=web_modules/@fontawesome/fontawesome-free/css/icons/all.css web_modules/@patternfly/react-core/dist/styles/base.css web_modules/@patternfly/react-core/dist/styles/app.css node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css css/account.css css/treetracker.css | ||
|
This file contains 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