| 1 |
#convertkit-restrict-content { |
| 2 |
max-width: 610px; |
| 3 |
background: #f6f8fa; |
| 4 |
box-shadow: 0 2px 5px #0000000d; |
| 5 |
color: #373f45; |
| 6 |
margin: 30px auto; |
| 7 |
padding: 40px 30px 30px 30px; |
| 8 |
border: 1px solid #EDF2F4; |
| 9 |
text-align: center; |
| 10 |
box-sizing: border-box; |
| 11 |
} |
| 12 |
#convertkit-restrict-content * { |
| 13 |
box-sizing: border-box; |
| 14 |
} |
| 15 |
#convertkit-restrict-content p, #convertkit-restrict-content div { |
| 16 |
margin: 0 0 20px 0; |
| 17 |
padding: 0; |
| 18 |
} |
| 19 |
|
| 20 |
#convertkit-restrict-content .convertkit-restrict-content-actions { |
| 21 |
margin: 0; |
| 22 |
} |
| 23 |
#convertkit-restrict-content .convertkit-restrict-content-actions p:last-child { |
| 24 |
margin: 0; |
| 25 |
} |
| 26 |
#convertkit-restrict-content .convertkit-restrict-content-actions hr { |
| 27 |
margin: 0 0 20px 0; |
| 28 |
padding: 0; |
| 29 |
width: 100%; |
| 30 |
height: 1px; |
| 31 |
border: none; |
| 32 |
background: #EDF2F4; |
| 33 |
} |
| 34 |
#convertkit-restrict-content .convertkit-restrict-content-actions .convertkit-product a { |
| 35 |
display: inline-block; |
| 36 |
text-decoration: none; |
| 37 |
} |
| 38 |
|
| 39 |
#convertkit-restrict-content .convertkit-restrict-content-notice { |
| 40 |
margin: 0 0 20px 0; |
| 41 |
padding: 10px; |
| 42 |
} |
| 43 |
#convertkit-restrict-content .convertkit-restrict-content-notice-success { |
| 44 |
background: #daf7e1; |
| 45 |
} |
| 46 |
#convertkit-restrict-content .convertkit-restrict-content-notice-error { |
| 47 |
background: #f7dada; |
| 48 |
} |
| 49 |
|
| 50 |
#convertkit-restrict-content input[type=email], #convertkit-restrict-content input[type=text] { |
| 51 |
display: inline-block; |
| 52 |
width: 75%; |
| 53 |
height: 48px; |
| 54 |
margin: 0; |
| 55 |
padding: 0 10px; |
| 56 |
border: 1px solid #949494; |
| 57 |
font-family: inherit; |
| 58 |
} |
| 59 |
#convertkit-restrict-content input#convertkit_subscriber_code { |
| 60 |
width: 100%; |
| 61 |
margin-bottom: 20px; |
| 62 |
font-size: 24px; |
| 63 |
} |
| 64 |
#convertkit-restrict-content #convertkit-restrict-content input[type=submit] { |
| 65 |
display: inline-block; |
| 66 |
border: none; |
| 67 |
} |
| 68 |
|
| 69 |
@media screen and (max-width: 450px) { |
| 70 |
#convertkit-restrict-content { |
| 71 |
padding: 0; |
| 72 |
} |
| 73 |
#convertkit-restrict-content .convertkit-restrict-content-actions { |
| 74 |
padding: 10px; |
| 75 |
} |
| 76 |
#convertkit-restrict-content input[type=email], #convertkit-restrict-content input[type=text], #convertkit-restrict-content input#convertkit_subscriber_code { |
| 77 |
width: 100%; |
| 78 |
} |
| 79 |
} |
| 80 |
|