image login style changes

Elena Barrios Galán 2022-05-12 12:39:25 +00:00
parent 9fc08ee6a3
commit 4995a83f36
1 changed files with 6 additions and 9 deletions

View File

@ -55,16 +55,9 @@ body {
}
.login-pf {
background: url("../img/loginBG.png"), url("../img/bg-texture-liiibre.png"), #fdfadb;
background-position: center center, left top;
background-size: 85%, 80%;
background-repeat: no-repeat, repeat;
background: none !important;
}
.login-pf body {
background: none;
}
.card-pf {
border-radius: 1rem;
box-shadow: 0px 0px 0px 5px #fdfadb;
@ -191,6 +184,10 @@ body {
.login-pf body {
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 {
@ -393,4 +390,4 @@ footer#page-footer .footer-links-policies a {
margin-top: 20px;
padding-right: 20px;
}
}
}