Showing
1 changed file
with
2 additions
and
2 deletions
@@ -119,7 +119,7 @@ | @@ -119,7 +119,7 @@ | ||
119 | } | 119 | } |
120 | 120 | ||
121 | .coupon-use { | 121 | .coupon-use { |
122 | - box-sizing: border-box; | 122 | + @include box-sizing(border-box); |
123 | position: relative; | 123 | position: relative; |
124 | float: right; | 124 | float: right; |
125 | padding-right: 30rem / $pxConvertRem; | 125 | padding-right: 30rem / $pxConvertRem; |
@@ -137,7 +137,7 @@ | @@ -137,7 +137,7 @@ | ||
137 | color: #999; | 137 | color: #999; |
138 | } | 138 | } |
139 | } | 139 | } |
140 | - | 140 | + |
141 | .checkbox { | 141 | .checkbox { |
142 | display: inline-block; | 142 | display: inline-block; |
143 | width: 80rem / $pxConvertRem; | 143 | width: 80rem / $pxConvertRem; |
-
Please register or login to post a comment