Merge remote-tracking branch 'remotes/origin/develop/wap' into stable/wap
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -22,8 +22,8 @@ | @@ -22,8 +22,8 @@ | ||
22 | 22 | ||
23 | li { | 23 | li { |
24 | position: relative; | 24 | position: relative; |
25 | - height: 76rem / $pxConvertRem; | ||
26 | - line-height: 76rem / $pxConvertRem; | 25 | + height: 74rem / $pxConvertRem; |
26 | + line-height: 74rem / $pxConvertRem; | ||
27 | background: #fff; | 27 | background: #fff; |
28 | 28 | ||
29 | &:after { | 29 | &:after { |
@@ -98,8 +98,8 @@ | @@ -98,8 +98,8 @@ | ||
98 | .first { | 98 | .first { |
99 | 99 | ||
100 | li { | 100 | li { |
101 | - height: 88rem / $pxConvertRem; | ||
102 | - line-height: 88rem / $pxConvertRem; | 101 | + height: 86rem / $pxConvertRem; |
102 | + line-height: 86rem / $pxConvertRem; | ||
103 | border-bottom: 1px solid #e0e0e0; | 103 | border-bottom: 1px solid #e0e0e0; |
104 | 104 | ||
105 | &:last-child { | 105 | &:last-child { |
-
Please register or login to post a comment