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
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:
parent
93b05ef68d
commit
6553a225d5
BIN
src/assets/Cheminova.png
Normal file
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 |
@ -13,7 +13,7 @@ import CIcon from '@coreui/icons-react'
|
||||
|
||||
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'
|
||||
|
||||
// sidebar nav config
|
||||
@ -42,8 +42,8 @@ const AppSidebar = () => {
|
||||
<img
|
||||
className="sidebar-brand-full"
|
||||
src={logo}
|
||||
height={32}
|
||||
style={{ marginLeft: '-0.8rem' }}
|
||||
height={40}
|
||||
// style={{ marginLeft: '-0.8rem' }}
|
||||
/>
|
||||
<CIcon customClassName="sidebar-brand-narrow" icon={sygnet} height={32} />
|
||||
</CSidebarBrand>
|
||||
|
@ -43,7 +43,10 @@ const ForgetPassword = () => {
|
||||
}
|
||||
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>
|
||||
<CRow className="justify-content-center">
|
||||
<CCol md={8}>
|
||||
|
@ -120,7 +120,10 @@ const Login = () => {
|
||||
}
|
||||
|
||||
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>
|
||||
<CRow className="justify-content-center">
|
||||
<CCol md={8}>
|
||||
|
Loading…
Reference in New Issue
Block a user