[improvement] add padding variables (#3911)

This commit is contained in:
neverland
2019-07-20 15:46:27 +08:00
committed by GitHub
parent e400c9b67d
commit 5d83423b34
59 changed files with 132 additions and 242 deletions

View File

@@ -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%);
}