| 1 |
.sdevs_subscription_tab > a::before { |
| 2 |
content: "\f531" !important; |
| 3 |
} |
| 4 |
|
| 5 |
.subscrpt_field { |
| 6 |
max-width: 480px; |
| 7 |
display: flex; |
| 8 |
flex-wrap: wrap; |
| 9 |
} |
| 10 |
|
| 11 |
.subscrpt_field > label { |
| 12 |
width: 100%; |
| 13 |
} |
| 14 |
|
| 15 |
.subscrpt_field > input { |
| 16 |
width: 70% !important; |
| 17 |
margin-right: 5px !important; |
| 18 |
} |
| 19 |
|
| 20 |
.subscrpt_field > select { |
| 21 |
width: 25%; |
| 22 |
} |
| 23 |
|
| 24 |
.subscrpt_field > small { |
| 25 |
line-height: 14px; |
| 26 |
margin-top: 5px !important; |
| 27 |
} |
| 28 |
|
| 29 |
.subscrpt-order-label { |
| 30 |
background: #e1edf7; |
| 31 |
color: #2683aa; |
| 32 |
display: inline-block; |
| 33 |
padding: 5px 10px; |
| 34 |
font-weight: 500; |
| 35 |
font-size: 14px; |
| 36 |
margin-top: 10px; |
| 37 |
clear: both; |
| 38 |
margin-bottom: 5px; |
| 39 |
} |
| 40 |
|
| 41 |
@media (min-width: 1024px) { |
| 42 |
.subscrpt_field > select { |
| 43 |
width: 20%; |
| 44 |
} |
| 45 |
} |
| 46 |
|