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 (
|
||||
<Layout className="layout">
|
||||
<Header>
|
||||
<div style={{backgroundImage: "url(" + { Logo} + ")"}} className={styles.logo}/>
|
||||
<div className={styles.logo}>
|
||||
<img src={Logo}/>
|
||||
</div>
|
||||
<Menu
|
||||
theme="light"
|
||||
mode="horizontal"
|
||||
|
||||
@ -1,7 +1,10 @@
|
||||
.logo {
|
||||
width: 120px;
|
||||
height: 31px;
|
||||
background: rgba(0,0,0,.2);
|
||||
margin: 16px 24px 16px 0;
|
||||
margin: 16px 0 16px 20px;
|
||||
float: left;
|
||||
|
||||
img{
|
||||
height: 35px;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user