Showing
2 changed files
with
16 additions
and
16 deletions
@@ -8,22 +8,6 @@ | @@ -8,22 +8,6 @@ | ||
8 | @import "jit-detail"; | 8 | @import "jit-detail"; |
9 | @import "pay-failure"; | 9 | @import "pay-failure"; |
10 | 10 | ||
11 | -.icon-checkbox:before { | ||
12 | - content: "\e61c"; | ||
13 | -} | ||
14 | - | ||
15 | -.icon-cb-checked:before { | ||
16 | - content: "\e61d"; | ||
17 | -} | ||
18 | - | ||
19 | -.icon-radio:before { | ||
20 | - content: "\e647"; | ||
21 | -} | ||
22 | - | ||
23 | -.icon-cb-radio:before { | ||
24 | - content: "\e646"; | ||
25 | -} | ||
26 | - | ||
27 | .shopping-cart-page { | 11 | .shopping-cart-page { |
28 | margin-bottom: 120px; | 12 | margin-bottom: 120px; |
29 | overflow-x: hidden; | 13 | overflow-x: hidden; |
@@ -197,3 +197,19 @@ button { | @@ -197,3 +197,19 @@ button { | ||
197 | } | 197 | } |
198 | } | 198 | } |
199 | } | 199 | } |
200 | + | ||
201 | +.icon-checkbox:before { | ||
202 | + content: "\e61c"; | ||
203 | +} | ||
204 | + | ||
205 | +.icon-cb-checked:before { | ||
206 | + content: "\e61d"; | ||
207 | +} | ||
208 | + | ||
209 | +.icon-radio:before { | ||
210 | + content: "\e647"; | ||
211 | +} | ||
212 | + | ||
213 | +.icon-cb-radio:before { | ||
214 | + content: "\e646"; | ||
215 | +} |
-
Please register or login to post a comment