mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
25 lines
320 B
Plaintext
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 {
|
||
|
|
||
|
}
|
||
|
}
|