From 2aff5aa62a0ffec868402fdcd9ce004f68b966c9 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Mon, 25 May 2020 19:41:26 +0200 Subject: account: Rework the account design Signed-off-by: Max Magorsch --- account/theme.properties | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'account/theme.properties') 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 + -- cgit v1.2.3-18-g5258