From 4995a83f361ff94bf518153402feffd8cd814581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Barrios=20Gal=C3=A1n?= Date: Thu, 12 May 2022 12:39:25 +0000 Subject: [PATCH] image login style changes --- .../liiibrelite/login/resources/css/style.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docker/keycloak/themes/liiibrelite/login/resources/css/style.css b/docker/keycloak/themes/liiibrelite/login/resources/css/style.css index 63b29c0..d0d39cb 100644 --- a/docker/keycloak/themes/liiibrelite/login/resources/css/style.css +++ b/docker/keycloak/themes/liiibrelite/login/resources/css/style.css @@ -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; } -} \ No newline at end of file +}