Commit 3d19de3c authored by baiyaaaaa's avatar baiyaaaaa Committed by 杨奕

fix steps style bug in ie9

parent 78a460ac
...@@ -36,20 +36,21 @@ ...@@ -36,20 +36,21 @@
@when horizontal { @when horizontal {
top: 15px; top: 15px;
height: 2px; height: 2px;
left: 30px; left: 32px;
right: 0; right: 0;
} }
@when vertical { @when vertical {
width: 2px; width: 2px;
box-sizing: border-box; box-sizing: border-box;
top: 30px; top: 32px;
bottom: 0; bottom: 0;
left: 15px;
} }
} }
@e line-inner { @e line-inner {
display: inherit; display: block;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: inherit; border-color: inherit;
......
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