Copy/pasta over keycloak base theme

This commit is contained in:
decentral1se
2021-05-05 11:41:57 +02:00
parent 6336969e65
commit e8b1060a2e
76 changed files with 41970 additions and 0 deletions

14
account/theme.properties Normal file
View File

@ -0,0 +1,14 @@
parent=base
import=common/keycloak
styles=css/account.css
stylesCommon=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.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-default
# classes defining size of the button
kcButtonLargeClass=btn-lg