Showing
1 changed file
with
2 additions
and
3 deletions
@@ -105,14 +105,13 @@ | @@ -105,14 +105,13 @@ | ||
105 | .fresh-icon { | 105 | .fresh-icon { |
106 | background: #d62927; | 106 | background: #d62927; |
107 | width: 100rem / $pxConvertRem; | 107 | width: 100rem / $pxConvertRem; |
108 | - height: 33rem / $pxConvertRem; | 108 | + height: 20px; |
109 | display: block; | 109 | display: block; |
110 | margin: (8rem / $pxConvertRem) auto 0 auto; | 110 | margin: (8rem / $pxConvertRem) auto 0 auto; |
111 | color: #fff; | 111 | color: #fff; |
112 | text-align: center; | 112 | text-align: center; |
113 | border-radius: 40rem / $pxConvertRem; | 113 | border-radius: 40rem / $pxConvertRem; |
114 | - line-height: 33rem / $pxConvertRem; | ||
115 | - font-size: 22rem / $pxConvertRem; | 114 | + line-height: 20px; |
116 | } | 115 | } |
117 | } | 116 | } |
118 | } | 117 | } |
-
Please register or login to post a comment