[improvement] Address: add less vars

This commit is contained in:
陈嘉涵
2019-05-14 11:10:10 +08:00
parent e2f98e59da
commit 62daac5cf6
3 changed files with 30 additions and 13 deletions
+4 -4
View File
@@ -2,10 +2,10 @@
.van-address-edit {
&__buttons {
padding: 30px 15px;
padding: @address-edit-buttons-padding;
.van-button {
margin-bottom: 15px;
margin-bottom: @address-edit-button-margin-bottom;
}
}
@@ -13,8 +13,8 @@
padding: 0;
&__finish {
color: @blue;
font-size: 12px;
color: @address-edit-detail-finish-color;
font-size: @address-edit-detail-fnish-font-size;
}
}
}