Commit 2ed3f76a authored by afc163's avatar afc163

fix FooterToolbar style

parent 64f00d35
...@@ -7,9 +7,10 @@ ...@@ -7,9 +7,10 @@
right: 0; right: 0;
height: 56px; height: 56px;
line-height: 56px; line-height: 56px;
box-shadow: @shadow-1-up; box-shadow: 0 -1px 2px rgba(0, 0, 0, .03);
background: #fff; background: #fff;
padding: 0 28px; border-top: 1px solid @border-color-split;
padding: 0 24px;
transition: all .3s; transition: all .3s;
&:after { &:after {
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
.header { .header {
padding: 0 16px 0 0; padding: 0 16px 0 0;
background: #fff; background: #fff;
border-bottom: 1px solid @border-color-split; box-shadow: 0 1px 4px rgba(0, 21, 41, .12);
position: relative;
} }
.logo { .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