From d30a784fffd99c5925c0654630a1857480727377 Mon Sep 17 00:00:00 2001 From: saloni47b Date: Fri, 9 Feb 2024 15:41:08 +0530 Subject: [PATCH] fix: fixed UI of login to old theme color --- public/auth-layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/auth-layout.css b/public/auth-layout.css index da7ae0f0..7ddd02af 100644 --- a/public/auth-layout.css +++ b/public/auth-layout.css @@ -23,7 +23,7 @@ text-align: center; } .login-bg { - background: #0a6bc7 url(./login-bg.png) no-repeat center; + background: url(./login-bg.png) no-repeat center; background-size: cover; padding: 10px; min-height: 100%; @@ -38,7 +38,8 @@ right: 0; bottom: 0; left: 0; - background-color: #0a6bc7; + /* background-color: #0a6bc7; */ + background: linear-gradient(102.6deg, #bc264b 0%, #e14c71 116.37%); opacity: 0.2; } .login-alignment-wrapper {