KEYCLOAK-1705 Logo not changed in admin console for logo example theme
This commit is contained in:
parent
6a2b369014
commit
a2203df6a3
4 changed files with 10 additions and 22 deletions
|
@ -1,7 +1,4 @@
|
|||
|
||||
.navbar-pf .navbar-brand {
|
||||
background: url('../img/red-hat-logo.png') no-repeat 0px 0px;
|
||||
display: block;
|
||||
height: 25px;
|
||||
width: 200px;
|
||||
background: url('../img/red-hat-logo.png') no-repeat 0px 5px;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -1,3 +1,3 @@
|
|||
parent=keycloak
|
||||
import=common/keycloak
|
||||
styles=css/styles.css lib/patternfly/css/patternfly.css lib/select2-3.4.1/select2.css css/styles.css css/logo.css
|
||||
styles=lib/patternfly/css/patternfly.css lib/select2-3.4.1/select2.css css/styles.css css/logo.css
|
|
@ -2,15 +2,6 @@ html,body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
.navbar-pf .navbar-brand {
|
||||
background: url('../img/brand.svg') no-repeat 0px 5px;
|
||||
display: block;
|
||||
height: 25px;
|
||||
width: 200px;
|
||||
}
|
||||
**/
|
||||
|
||||
form {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
@ -269,15 +260,15 @@ table {
|
|||
border-top: none!important;
|
||||
}
|
||||
|
||||
.navbar-brand{
|
||||
padding: 0!important;
|
||||
height: 56px!important;
|
||||
.navbar-pf .navbar-brand {
|
||||
padding: 0;
|
||||
height: 56px;
|
||||
line-height: 56px;
|
||||
background-position: center center!important;
|
||||
background-image: url('../img/keyclok-logo.svg')!important;
|
||||
background-size: 148px 36px !important;
|
||||
background-repeat: no-repeat;
|
||||
width: 148px!important;
|
||||
background-position: center center;
|
||||
background-image: url('../img/keyclok-logo.svg');
|
||||
background-size: 148px 36px;
|
||||
background-repeat: no-repeat;
|
||||
width: 148px;
|
||||
}
|
||||
|
||||
.navbar-pf .navbar-utility > li > a{
|
||||
|
|
Loading…
Reference in a new issue