[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
+1 -1
View File
@@ -161,7 +161,7 @@ export default {
background-color: @white;
.van-button {
margin-left: 15px;
margin-left: @padding-md;
}
}
</style>
+1 -1
View File
@@ -64,6 +64,6 @@
}
&__text {
margin-top: 10px;
margin-top: @padding-xs;
}
}