Showing
1 changed file
with
23 additions
and
2 deletions
@@ -197,8 +197,30 @@ | @@ -197,8 +197,30 @@ | ||
197 | margin-left: 0; | 197 | margin-left: 0; |
198 | } | 198 | } |
199 | } | 199 | } |
200 | + | ||
201 | + .focus { | ||
202 | + color: #444; | ||
203 | + | ||
204 | + &:after { | ||
205 | + background: url(/cart/step-on.png); | ||
206 | + } | ||
200 | } | 207 | } |
201 | 208 | ||
209 | + | ||
210 | + &.min-step { | ||
211 | + width: 220px; | ||
212 | + | ||
213 | + &:before { | ||
214 | + width: 0; | ||
215 | + } | ||
216 | + | ||
217 | + li { | ||
218 | + width: 50% | ||
219 | + } | ||
220 | + } | ||
221 | + } | ||
222 | + | ||
223 | + | ||
202 | .cart-table { | 224 | .cart-table { |
203 | border: 1px solid #e0e0e0; | 225 | border: 1px solid #e0e0e0; |
204 | &:not(last-child){ | 226 | &:not(last-child){ |
@@ -1272,8 +1294,7 @@ | @@ -1272,8 +1294,7 @@ | ||
1272 | } | 1294 | } |
1273 | &:hover { | 1295 | &:hover { |
1274 | .name { | 1296 | .name { |
1275 | - color: #000; | ||
1276 | - font-weight: 500; | 1297 | + color: #d0021b; |
1277 | } | 1298 | } |
1278 | } | 1299 | } |
1279 | } | 1300 | } |
-
Please register or login to post a comment