UNPKG

vant

Version:

Mobile UI Components built on Vue

22 lines (17 loc) 337 B
@import '../style/var'; .van-steps { overflow: hidden; background-color: @steps-background-color; &--horizontal { padding: 10px 10px 0; .van-steps__items { position: relative; display: flex; margin: 0 0 10px; padding-bottom: 22px; } } &--vertical { padding: 0 0 0 @padding-xl; } }