...
|
...
|
@@ -266,7 +266,6 @@ |
|
|
i.price {
|
|
|
color: #b0b0b0;
|
|
|
font-size: 32px;
|
|
|
font-weight: lighter;
|
|
|
font-style: normal;
|
|
|
|
|
|
&.strike-through {
|
...
|
...
|
@@ -288,7 +287,7 @@ |
|
|
.control-button {
|
|
|
min-width: 100px;
|
|
|
border: none;
|
|
|
border-top: 1px solid #ccc;
|
|
|
border-top: 1px solid #eee;
|
|
|
width: 187.5px;
|
|
|
float: left;
|
|
|
display: block;
|
...
|
...
|
@@ -299,7 +298,7 @@ |
|
|
}
|
|
|
|
|
|
.control-button:first-child {
|
|
|
border-right: 1px solid #ccc;
|
|
|
border-right: 1px solid #eee;
|
|
|
}
|
|
|
|
|
|
.button-solid {
|
...
|
...
|
|