[improvement] unify padding (#3910)

This commit is contained in:
neverland
2019-07-20 11:45:23 +08:00
committed by GitHub
parent b2b60f58a8
commit e400c9b67d
2 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
}
&__item-value {
padding-right: 34px;
padding-right: @padding-xl;
}
&__group {
@@ -29,7 +29,7 @@
&__edit {
position: absolute;
top: 50%;
right: 15px;
right: @padding-md;
font-size: @contact-list-edit-icon-size;
transform: translate(0, -50%);
}