mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
parent
7a4ee979ff
commit
9a380592ee
7
components/steps/style/compatibility.less
Normal file
7
components/steps/style/compatibility.less
Normal file
@ -0,0 +1,7 @@
|
||||
.@{steps-prefix-cls}-flex-not-supported {
|
||||
.@{steps-prefix-cls}-item {
|
||||
background: @steps-background;
|
||||
padding-left: 10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
}
|
@ -186,3 +186,4 @@
|
||||
@import 'vertical';
|
||||
@import 'label-placement';
|
||||
@import 'progress-dot';
|
||||
@import 'compatibility';
|
||||
|
Loading…
Reference in New Issue
Block a user