You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
320 B
25 lines
320 B
10 years ago
|
.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 {
|
||
|
|
||
|
}
|
||
|
}
|