Commit 2ed3f76a authored by afc163's avatar afc163

fix FooterToolbar style

parent 64f00d35
......@@ -7,9 +7,10 @@
right: 0;
height: 56px;
line-height: 56px;
box-shadow: @shadow-1-up;
box-shadow: 0 -1px 2px rgba(0, 0, 0, .03);
background: #fff;
padding: 0 28px;
border-top: 1px solid @border-color-split;
padding: 0 24px;
transition: all .3s;
&:after {
......
......@@ -3,7 +3,8 @@
.header {
padding: 0 16px 0 0;
background: #fff;
border-bottom: 1px solid @border-color-split;
box-shadow: 0 1px 4px rgba(0, 21, 41, .12);
position: relative;
}
.logo {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment