new background, shared resources
This commit is contained in:
@@ -26,11 +26,8 @@
|
||||
<div class="div-center">
|
||||
<div class="content">
|
||||
<div>
|
||||
<img src ="${resourcesPath}/logo.png" alt = "logo" class="logo"/>
|
||||
|
||||
|
||||
<img src ="${resourcesPath}/img/logo.png" alt = "logo" class="logo"/>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<h3><a href="${adminUrl}"><img src="welcome-content/admin-console.png">Administration Console <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||
<div class="description">
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 MiB |
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
background: #fff url(../bg.jpg) no-repeat center bottom fixed;
|
||||
background: #fff url(../img/bg.jpg) no-repeat center bottom fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 174 KiB |
@@ -1,7 +1,7 @@
|
||||
styles=css/welcome.css
|
||||
import=common/keycloak
|
||||
|
||||
import=common/mastermindzh.tech
|
||||
stylesCommon=node_modules/patternfly/dist/css/patternfly.css node_modules/patternfly/dist/css/patternfly-additions.css
|
||||
|
||||
documentationUrl=https://www.keycloak.org/documentation.html
|
||||
displayCommunityLinks=true
|
||||
displayCommunityLinks=true
|
||||
|
Reference in New Issue
Block a user