first
This commit is contained in:
21
node_modules/vant/lib/steps/index.less
generated
vendored
Normal file
21
node_modules/vant/lib/steps/index.less
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
@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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user