diff --git a/account/resources/css/account.css b/account/resources/css/account.css new file mode 100644 index 0000000..9cdf7b3 --- /dev/null +++ b/account/resources/css/account.css @@ -0,0 +1,13 @@ +.navbar-title { + background-image: url('../img/logo-isti.png'); + height: 25px; + background-repeat: no-repeat; + width: 123px; + margin: 3px 10px 5px; + text-indent: -99999px; +} + +.container { + height: 100%; + background-color: #fff; +} \ No newline at end of file diff --git a/account/resources/img/bg.png b/account/resources/img/bg.png new file mode 100644 index 0000000..31e0530 Binary files /dev/null and b/account/resources/img/bg.png differ diff --git a/account/resources/img/favicon.ico b/account/resources/img/favicon.ico new file mode 100644 index 0000000..81bdd92 Binary files /dev/null and b/account/resources/img/favicon.ico differ diff --git a/account/resources/img/logo-isti.png b/account/resources/img/logo-isti.png new file mode 100644 index 0000000..0baadb4 Binary files /dev/null and b/account/resources/img/logo-isti.png differ diff --git a/account/theme.properties b/account/theme.properties new file mode 100644 index 0000000..a4f9719 --- /dev/null +++ b/account/theme.properties @@ -0,0 +1,13 @@ +parent=base +import=common/keycloak + +styles=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css 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-default +# classes defining size of the button +kcButtonLargeClass=btn-lg diff --git a/login/theme.properties b/login/theme.properties index fa90c62..0ebcb11 100644 --- a/login/theme.properties +++ b/login/theme.properties @@ -1,6 +1,10 @@ +parent=base import=common/keycloak -styles=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css css/s2i2s.css + +styles=css/s2i2s.css +stylesCommon=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css + meta=viewport==width=device-width,initial-scale=1 kcHtmlClass=login-pf