mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fixed logo
This commit is contained in:
parent
0c5ce12eba
commit
c51176f2cc
@ -23,7 +23,9 @@ class Dashboard extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<Layout className="layout">
|
<Layout className="layout">
|
||||||
<Header>
|
<Header>
|
||||||
<div style={{backgroundImage: "url(" + { Logo} + ")"}} className={styles.logo}/>
|
<div className={styles.logo}>
|
||||||
|
<img src={Logo}/>
|
||||||
|
</div>
|
||||||
<Menu
|
<Menu
|
||||||
theme="light"
|
theme="light"
|
||||||
mode="horizontal"
|
mode="horizontal"
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
.logo {
|
.logo {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 31px;
|
height: 31px;
|
||||||
background: rgba(0,0,0,.2);
|
margin: 16px 0 16px 20px;
|
||||||
margin: 16px 24px 16px 0;
|
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
|
img{
|
||||||
|
height: 35px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user