Поправил логотип
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 {
|
||||
font-size: 26px;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
margin: 10px 20px 10px 10px;
|
||||
height: 48px;
|
||||
width: 54px;
|
||||
background-image: url("./logo.png");
|
||||
background-size: cover;
|
||||
display: inline-block;
|
||||
margin-right: 50px;
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
.navbar-brand img {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
th.thin {
|
||||
|
@ -15,9 +16,11 @@ th.thin {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
html, body, #container {
|
||||
html,
|
||||
body,
|
||||
#container {
|
||||
height: 100%;
|
||||
margin:0;
|
||||
margin: 0;
|
||||
background-color: #171E26;
|
||||
}
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ const AppLayout = () => {
|
|||
|
||||
return (<Layout>
|
||||
<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
|
||||
mode="horizontal"
|
||||
items={items}
|
||||
|
|
Loading…
Reference in a new issue