...
|
...
|
@@ -197,8 +197,30 @@ |
|
|
margin-left: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.focus {
|
|
|
color: #444;
|
|
|
|
|
|
&:after {
|
|
|
background: url(/cart/step-on.png);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
&.min-step {
|
|
|
width: 220px;
|
|
|
|
|
|
&:before {
|
|
|
width: 0;
|
|
|
}
|
|
|
|
|
|
li {
|
|
|
width: 50%
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
.cart-table {
|
|
|
border: 1px solid #e0e0e0;
|
|
|
&:not(last-child){
|
...
|
...
|
@@ -1272,8 +1294,7 @@ |
|
|
}
|
|
|
&:hover {
|
|
|
.name {
|
|
|
color: #000;
|
|
|
font-weight: 500;
|
|
|
color: #d0021b;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|