PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.3.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.3.3
3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 All 194 releases
convertkit / resources / frontend / css / restrict-content.css

restrict-content.css in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 2.3.3, at resources/frontend/css/restrict-content.css

80 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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