| 1 |
.wpupg-faq { |
| 2 |
p { |
| 3 |
max-width: 650px; |
| 4 |
} |
| 5 |
|
| 6 |
ul { |
| 7 |
list-style-type: square; |
| 8 |
} |
| 9 |
|
| 10 |
.wpupg-drip-form { |
| 11 |
margin: 20px 0; |
| 12 |
input { |
| 13 |
width: 100%; |
| 14 |
max-width: 400px; |
| 15 |
margin: 10px 0; |
| 16 |
|
| 17 |
&[type=submit]=submit] { |
| 18 |
max-width: 250px; |
| 19 |
margin-bottom: 0; |
| 20 |
} |
| 21 |
} |
| 22 |
.wpupg-disclaimer { |
| 23 |
font-size: 0.8em; |
| 24 |
} |
| 25 |
} |
| 26 |
} |
| 27 |
|
| 28 |
.wpupg-badge { |
| 29 |
background: #ffffff url(../../../images/icon-128x128.png) no-repeat; |
| 30 |
background-position: center 20px; |
| 31 |
-webkit-background-size: 128px 128px; |
| 32 |
background-size: 128px 128px; |
| 33 |
color: #333; |
| 34 |
font-size: 14px; |
| 35 |
text-align: center; |
| 36 |
font-weight: 600; |
| 37 |
margin: 5px 0 0; |
| 38 |
padding-top: 155px; |
| 39 |
height: 25px; |
| 40 |
display: inline-block; |
| 41 |
width: 150px; |
| 42 |
text-rendering: optimizeLegibility; |
| 43 |
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); |
| 44 |
box-shadow: 0 1px 3px rgba(0,0,0,0.2); |
| 45 |
} |
| 46 |
|
| 47 |
.about-wrap .wpupg-badge { |
| 48 |
position: absolute; |
| 49 |
top: 0; |
| 50 |
right: 0; |
| 51 |
} |
| 52 |
|
| 53 |
@media only screen and (max-width: 500px) { |
| 54 |
.about-wrap .wpupg-badge { |
| 55 |
position: relative; |
| 56 |
margin-bottom: 1.5em; |
| 57 |
width: 100%; |
| 58 |
} |
| 59 |
} |
| 60 |
|