From 25aecc3b5de468ac3c9d1cf80681f2b6625eb50b Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sat, 23 Nov 2019 18:46:38 -0300 Subject: [PATCH 9002/9003] Update login.less --- install/ui/less/login.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/ui/less/login.less b/install/ui/less/login.less index 8996560..4c39bec 100644 --- a/install/ui/less/login.less +++ b/install/ui/less/login.less @@ -26,7 +26,7 @@ .login-pf-body { height: 100%; - background: @login-bg-color url("@{img-path}/@{img-bg-login}") repeat-x 50% 0; + background: @login-bg-color url("@{img-path}/@{img-bg-login}") no-repeat 100% 0; background-size: auto; color: #fff; @@ -50,10 +50,10 @@ // 768px = @screen-sm-min) @media (min-width: 768px) { .login-pf-body { - background-size: 100% auto; + background-size: auto; } } @media (max-height: 300px) { .reset-login-pf-height; -} \ No newline at end of file +} -- 2.23.0