Поправил логотип
This commit is contained in:
parent
3b8cdbc2ea
commit
2c39a9b5b1
3 changed files with 12 additions and 9 deletions
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
|
@ -1,13 +1,14 @@
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
font-size: 26px;
|
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
|
margin: 10px 20px 10px 10px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
width: 54px;
|
width: 48px;
|
||||||
background-image: url("./logo.png");
|
}
|
||||||
background-size: cover;
|
|
||||||
display: inline-block;
|
.navbar-brand img {
|
||||||
margin-right: 50px;
|
height: 48px;
|
||||||
|
width: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
th.thin {
|
th.thin {
|
||||||
|
@ -15,7 +16,9 @@ th.thin {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, #container {
|
html,
|
||||||
|
body,
|
||||||
|
#container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #171E26;
|
background-color: #171E26;
|
||||||
|
|
|
@ -70,7 +70,7 @@ const AppLayout = () => {
|
||||||
|
|
||||||
return (<Layout>
|
return (<Layout>
|
||||||
<Header style={{ display: 'flex', alignItems: 'center', width: '100%', justifyContent: 'space-between' }}>
|
<Header style={{ display: 'flex', alignItems: 'center', width: '100%', justifyContent: 'space-between' }}>
|
||||||
<Link to="/" className="navbar-brand"></Link>
|
<Link to="/" className='navbar-brand'><img src="/assets/logo.png" /></Link>
|
||||||
<Menu
|
<Menu
|
||||||
mode="horizontal"
|
mode="horizontal"
|
||||||
items={items}
|
items={items}
|
||||||
|
|
Loading…
Reference in a new issue