aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-05-25 19:41:26 +0200
committerMax Magorsch <arzano@gentoo.org>2020-05-25 19:41:26 +0200
commit2aff5aa62a0ffec868402fdcd9ce004f68b966c9 (patch)
tree0a88626e3220982cb8c4fb08b3066facf173bb2e /account/theme.properties
parentAdd docker-compose file for development purposes (diff)
downloadtyrian-keycloak-theme-master.tar.gz
tyrian-keycloak-theme-master.tar.bz2
tyrian-keycloak-theme-master.zip
account: Rework the account designHEADmaster
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'account/theme.properties')
-rw-r--r--account/theme.properties12
1 files changed, 11 insertions, 1 deletions
diff --git a/account/theme.properties b/account/theme.properties
index 1b3474b..603d1b2 100644
--- a/account/theme.properties
+++ b/account/theme.properties
@@ -1 +1,11 @@
-locales=ca,de,en,es,fr,it,ja,lt,nl,no,pl,pt-BR,ru,sk,sv,tr,zh-CN
+parent=base
+
+styles=css/account.css
+
+##### css classes for form buttons
+# main class used for all buttons
+kcButtonClass=btn
+# classes defining priority of the button - primary or default (there is typically only one priority button for the form)
+kcButtonPrimaryClass=btn-primary
+kcButtonDefaultClass=btn-outline-secondary
+