[improvement] Contact: add less vars

This commit is contained in:
陈嘉涵
2019-05-14 11:16:29 +08:00
parent 62daac5cf6
commit 6fd8f2b1a4
5 changed files with 29 additions and 12 deletions
+3 -3
View File
@@ -2,14 +2,14 @@
.van-contact-edit {
&__buttons {
padding: 30px 15px;
padding: @contact-edit-buttons-padding;
}
.van-cell__title {
max-width: 65px;
max-width: @contact-edit-field-label-width;
}
.van-button {
margin-bottom: 15px;
margin-bottom: @contact-edit-button-margin-bottom;
}
}