| 1 |
@charset "utf-8"; |
| 2 |
/* CSS Document */ |
| 3 |
|
| 4 |
input.hidden { |
| 5 |
display: none; |
| 6 |
} |
| 7 |
.welcart-btn { |
| 8 |
font-size: 14px; |
| 9 |
width: 60%; |
| 10 |
margin-bottom: .357143em; |
| 11 |
padding: .714286em 1.42857em; |
| 12 |
background-color: #eee; |
| 13 |
-webkit-border-radius: 3px; |
| 14 |
-moz-border-radius: 3px; |
| 15 |
border-radius: 3px; |
| 16 |
text-decoration: none; |
| 17 |
} |
| 18 |
.welcart-btn.orange{ |
| 19 |
color: #fff; |
| 20 |
background-color: #ff8c00; |
| 21 |
} |
| 22 |
.usces_filter_history { |
| 23 |
margin-bottom: 10px; |
| 24 |
display: flex; |
| 25 |
justify-content: flex-end; |
| 26 |
align-items: center; |
| 27 |
} |
| 28 |
.usces_filter_history label, |
| 29 |
.usces_filter_history select { |
| 30 |
cursor: pointer; |
| 31 |
} |
| 32 |
.usces_filter_history input[type="checkbox"] { |
| 33 |
width: 1rem; |
| 34 |
height: 1rem; |
| 35 |
margin: 0 .5rem 0 0; |
| 36 |
vertical-align: middle; |
| 37 |
} |
| 38 |
.usces_filter_history .exclude_cancel { |
| 39 |
margin-right: 2em; |
| 40 |
} |
| 41 |
.usces_filter_history .usce_period span { |
| 42 |
margin: 0 .5rem 0 0; |
| 43 |
} |
| 44 |
|