logo updated
Some checks failed
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled

This commit is contained in:
ROSHAN GARG 2024-12-26 10:08:19 +05:30
parent 93b05ef68d
commit 6553a225d5
5 changed files with 11 additions and 5 deletions

BIN
src/assets/Cheminova.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -13,7 +13,7 @@ import CIcon from '@coreui/icons-react'
import { AppSidebarNav } from './AppSidebarNav' import { AppSidebarNav } from './AppSidebarNav'
import logo from 'src/assets/logo.jpg' import logo from 'src/assets/Cheminova.png'
import { sygnet } from 'src/assets/brand/sygnet' import { sygnet } from 'src/assets/brand/sygnet'
// sidebar nav config // sidebar nav config
@ -42,8 +42,8 @@ const AppSidebar = () => {
<img <img
className="sidebar-brand-full" className="sidebar-brand-full"
src={logo} src={logo}
height={32} height={40}
style={{ marginLeft: '-0.8rem' }} // style={{ marginLeft: '-0.8rem' }}
/> />
<CIcon customClassName="sidebar-brand-narrow" icon={sygnet} height={32} /> <CIcon customClassName="sidebar-brand-narrow" icon={sygnet} height={32} />
</CSidebarBrand> </CSidebarBrand>

View File

@ -43,7 +43,10 @@ const ForgetPassword = () => {
} }
return ( return (
<> <>
<div className="bg-body-tertiary min-vh-100 d-flex flex-row align-items-center"> <div
style={{ background: '#179FAF' }}
className="min-vh-100 d-flex flex-row align-items-center"
>
<CContainer> <CContainer>
<CRow className="justify-content-center"> <CRow className="justify-content-center">
<CCol md={8}> <CCol md={8}>

View File

@ -120,7 +120,10 @@ const Login = () => {
} }
return ( return (
<div className="bg-body-tertiary min-vh-100 d-flex flex-row align-items-center"> <div
style={{ background: '#179FAF' }}
className=" min-vh-100 d-flex flex-row align-items-center"
>
<CContainer> <CContainer>
<CRow className="justify-content-center"> <CRow className="justify-content-center">
<CCol md={8}> <CCol md={8}>