| 1 |
.merchant-preview { |
| 2 |
padding: 30px; |
| 3 |
min-height: 300px; |
| 4 |
} |
| 5 |
.merchant-preview .address label { |
| 6 |
display: block; |
| 7 |
margin-bottom: 10px; |
| 8 |
font-weight: bold; |
| 9 |
} |
| 10 |
.merchant-preview .address input { |
| 11 |
display: block; |
| 12 |
width: 100%; |
| 13 |
padding: 5px 8px; |
| 14 |
border-radius: 0; |
| 15 |
border: 1px solid #2a2a2a; |
| 16 |
-webkit-transition: 300ms; |
| 17 |
transition: 300ms; |
| 18 |
background-repeat: no-repeat; |
| 19 |
background-size: 38px; |
| 20 |
background-position: center center; |
| 21 |
} |
| 22 |
.merchant-preview .address input:focus { |
| 23 |
outline: 1px solid #000; |
| 24 |
} |
| 25 |
.merchant-preview .address input[disabled] { |
| 26 |
background-color: #f5f5f5; |
| 27 |
} |
| 28 |
|
| 29 |
gmp-place-autocomplete { |
| 30 |
border-radius: 0; |
| 31 |
color-scheme: light; |
| 32 |
background-color: #fff; |
| 33 |
} |