[improvement] add padding variables (#3911)

This commit is contained in:
neverland
2019-07-20 15:46:27 +08:00
committed by GitHub
parent e400c9b67d
commit 5d83423b34
59 changed files with 132 additions and 242 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
&__list {
box-sizing: border-box;
padding: 15px 0;
padding: @padding-md 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
@@ -33,7 +33,7 @@
text-align: center;
p {
margin: 15px 0;
margin: @padding-md 0;
color: @coupon-list-empty-tip-color;
font-size: @coupon-list-empty-tip-font-size;
line-height: @coupon-list-empty-tip-line-height;