@insaic/neon
Version:
A Mobile UI Components built on Vue
17 lines (15 loc) • 361 B
CSS
.sq-steps {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
background-color: #fff;
padding: 0 10px;
}
.sq-steps .sq-step-item:last-child .sq-step-item-text {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}