Browse Source

update logo background

pull/22/head
afc163 9 years ago
parent
commit
68013a5bb5
  1. 4
      src/layouts/BasicLayout.less

4
src/layouts/BasicLayout.less

@ -13,7 +13,7 @@
line-height: 64px;
padding-left: 32px;
transition: all .3s;
background: #00284d;
background: #002140;
overflow: hidden;
img {
display: inline-block;
@ -64,7 +64,7 @@
}
&:global(.ant-popover-open),
&:hover {
background: rgba(0, 0, 0, .04);
background: @primary-1;
}
}
.search {

Loading…
Cancel
Save