image login style changes
parent
9fc08ee6a3
commit
4995a83f36
|
@ -55,14 +55,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-pf {
|
.login-pf {
|
||||||
background: url("../img/loginBG.png"), url("../img/bg-texture-liiibre.png"), #fdfadb;
|
background: none !important;
|
||||||
background-position: center center, left top;
|
|
||||||
background-size: 85%, 80%;
|
|
||||||
background-repeat: no-repeat, repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-pf body {
|
|
||||||
background: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-pf {
|
.card-pf {
|
||||||
|
@ -191,6 +184,10 @@ body {
|
||||||
|
|
||||||
.login-pf body {
|
.login-pf body {
|
||||||
background: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.4)),url(../img/loginBG.png);
|
background: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.4)),url(../img/loginBG.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 85% auto;
|
||||||
|
background-position-x: center;
|
||||||
|
background-position-y: 0%, 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-header-wrapper .title_html {
|
#kc-header-wrapper .title_html {
|
||||||
|
|
Loading…
Reference in New Issue