ant-design/style/components/steps.less
2015-06-24 14:52:49 +08:00

25 lines
320 B
Plaintext

.col {
position: relative;
display: block;
float: left;
flex: 0 0 auto;
}
.rc-steps {
.rc-steps-start {
flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
}
.rc-steps-end {
}
.rc-steps-item {
position: relative;
display: inline-block;
float: left;
}
.rc-steps-item:last-child {
}
}