From 5e947bc260a50f71843fa6920ab2d8d7fe1ebed7 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 2 Apr 2023 13:43:07 +0300 Subject: [PATCH] fixed logo issue at login page --- .../src/app/authentication/login/login.component.html | 4 +++- .../src/app/authentication/login/login.component.scss | 11 ++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Mohem/src/app/authentication/login/login.component.html b/Mohem/src/app/authentication/login/login.component.html index 85bb5ad0..b3aa368b 100644 --- a/Mohem/src/app/authentication/login/login.component.html +++ b/Mohem/src/app/authentication/login/login.component.html @@ -72,7 +72,9 @@ - + + +

Powered By Cloud Solutions

\ No newline at end of file diff --git a/Mohem/src/app/authentication/login/login.component.scss b/Mohem/src/app/authentication/login/login.component.scss index 5b0ea5fe..874f154a 100644 --- a/Mohem/src/app/authentication/login/login.component.scss +++ b/Mohem/src/app/authentication/login/login.component.scss @@ -203,8 +203,8 @@ img.centerDiv { } .logoFotor { - width: 45px !important; - height: 45px !important; + width: 120px !important; + height: 60px !important; } .welcomeText { @@ -320,8 +320,9 @@ img.centerDiv { } .companyTxt { - font-size: 12px; - color: #000000; + font-size: 10px; + color: #6d6e71; text-align: center; font-family: 'Inter' !important; - } \ No newline at end of file + } +