Showing
2 changed files
with
4 additions
and
1 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | } | 4 | } |
5 | 5 | ||
6 | .cart-header { | 6 | .cart-header { |
7 | - margin: 12px auto 48px; | 7 | + margin: 12px auto 0; |
8 | width: 100%; | 8 | width: 100%; |
9 | padding: 30px; | 9 | padding: 30px; |
10 | border-bottom: 1px solid #eee; | 10 | border-bottom: 1px solid #eee; |
@@ -18,6 +18,7 @@ | @@ -18,6 +18,7 @@ | ||
18 | span { | 18 | span { |
19 | font-weight: normal; | 19 | font-weight: normal; |
20 | } | 20 | } |
21 | + | ||
21 | .not-checked { | 22 | .not-checked { |
22 | color: #999; | 23 | color: #999; |
23 | } | 24 | } |
-
Please register or login to post a comment