mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[improvement] add padding variables (#3911)
This commit is contained in:
@@ -48,9 +48,9 @@
|
||||
.van-step__circle-container {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: -8px;
|
||||
left: -@padding-xs;
|
||||
z-index: 1;
|
||||
padding: 0 8px;
|
||||
padding: 0 @padding-xs;
|
||||
background-color: @white;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
Reference in New Issue
Block a user