...
|
...
|
@@ -21,8 +21,6 @@ |
|
|
}
|
|
|
|
|
|
.exchange-progress {
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
|
li {
|
|
|
position: relative;
|
|
|
padding-left: 55px;
|
...
|
...
|
@@ -132,7 +130,6 @@ |
|
|
|
|
|
.exchange-details {
|
|
|
margin-top: 20px;
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
|
h2 {
|
|
|
height: 88px;
|
...
|
...
|
@@ -149,6 +146,10 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.exchange-product-wrapper {
|
|
|
border-top: 1px solid #eee;
|
|
|
}
|
|
|
|
|
|
.exchange-product {
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
...
|
...
|
@@ -336,24 +337,7 @@ |
|
|
border: 1px solid #444;
|
|
|
background: white;
|
|
|
font-size: 28px;
|
|
|
|
|
|
&.black {
|
|
|
width: 192px;
|
|
|
color: white;
|
|
|
background: black;
|
|
|
}
|
|
|
|
|
|
&.countdown {
|
|
|
color: white;
|
|
|
background: black;
|
|
|
}
|
|
|
|
|
|
&.normal {
|
|
|
width: 188px;
|
|
|
padding: 0;
|
|
|
border: 1px solid black;
|
|
|
color: black;
|
|
|
}
|
|
|
width: 192px;
|
|
|
|
|
|
&:focus {
|
|
|
outline: none;
|
...
|
...
|
|