[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
@@ -6,7 +6,7 @@
padding-bottom: 50px;
&__item {
padding: 15px;
padding: @contact-list-item-padding;
}
&__item-value {
@@ -30,7 +30,7 @@
position: absolute;
top: 50%;
right: 15px;
font-size: 16px;
font-size: @contact-list-edit-icon-size;
transform: translate(0, -50%);
}
@@ -38,6 +38,6 @@
position: fixed;
bottom: 0;
left: 0;
z-index: 9999;
z-index: @contact-list-add-button-z-index;
}
}