From a4d14b54a820fe77de3ae0df02d40d45f710e11b Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Fri, 15 Nov 2019 21:08:19 -0300 Subject: [PATCH 2/2] Update background image and login pf container --- src/branding/centos/branding.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/branding/centos/branding.css b/src/branding/centos/branding.css index 070aa59..4fb5bc8 100644 --- a/src/branding/centos/branding.css +++ b/src/branding/centos/branding.css @@ -1,9 +1,13 @@ body.login-pf { - background: url("bg-plain.jpg") no-repeat 50% 0; + background: url("bg-plain.png") no-repeat 100% 0; background-size: auto; background-color: #101010; } +body.login-pf .container { + background-color: rgba(255,255,255,0); +} + #badge { width: 225px; height: 80px; -- 2.23.0