[improvement] Address: add less vars
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user