PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.0.1
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.0.1
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 / backend / css / setup-wizard.css

setup-wizard.css in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 2.0.1, at resources/backend/css/setup-wizard.css

219 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Container
3 */
4 #convertkit-setup-wizard {
5 max-width: 900px;
6 margin: 0 auto;
7 padding: 20px 0;
8 }
9 #convertkit-setup-wizard .wrap {
10 margin: 10px 0;
11 }
12
13 /**
14 * Logo
15 */
16 #convertkit-setup-wizard-header {
17 height: 80px;
18 background: url(../images/convertkit-long.svg) center no-repeat;
19 background-size: 200px auto;
20 }
21 #convertkit-setup-wizard-header h1 {
22 margin: 0;
23 padding: 0;
24 font-weight: 400;
25 color: #D2D8DD;
26 text-indent: -9999px;
27 }
28
29 /**
30 * Progress Bar
31 */
32 #convertkit-setup-wizard-progress {
33 text-align: center;
34 padding: 20px 0;
35 }
36 #convertkit-setup-wizard-progress ol {
37 list-style: none;
38 margin: 0;
39 padding: 0;
40 }
41 #convertkit-setup-wizard-progress li {
42 position: relative;
43 display: inline-block;
44 width: 135px;
45 text-align: center;
46 line-height: 3em;
47 }
48 #convertkit-setup-wizard-progress li:after {
49 position: absolute;
50 display: block;
51 z-index: 1;
52 top: -2px;
53 left: -65px;
54 height: 2px;
55 width: 135px;
56 content: "";
57 background-color: #dfdfdf;
58 }
59 #convertkit-setup-wizard-progress li:before {
60 position: absolute;
61 z-index: 2;
62 top: -6px;
63 left: 65px;
64 height: 10px;
65 width: 10px;
66 border-radius: 1.2em;
67 border: none;
68 line-height: 1.2em;
69 content: " ";
70 background-color: #dfdfdf;
71 }
72 #convertkit-setup-wizard-progress li:first-child:after {
73 display: none;
74 }
75 #convertkit-setup-wizard-progress li.done {
76 color: #1c9bd7;
77 }
78 #convertkit-setup-wizard-progress li.done:after,
79 #convertkit-setup-wizard-progress li.done:before {
80 background-color: #1c9bd7;
81 }
82
83 /**
84 * Body
85 */
86 #convertkit-setup-wizard-body {
87 background-color: #fff;
88 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
89 }
90
91 /**
92 * Step X of Y
93 */
94 #convertkit-setup-wizard-step {
95 color: #8c8f9a;
96 font-size: 15px;
97 }
98
99 /**
100 * Content
101 */
102 #convertkit-setup-wizard-content {
103 padding: 80px 80px 0 80px;
104 }
105 #convertkit-setup-wizard-content h1 {
106 margin: 0 0 20px 0;
107 }
108 #convertkit-setup-wizard-content hr {
109 margin: 40px 0 0 0;
110 padding: 0 0 40px 0;
111 border-bottom: none;
112 }
113 #convertkit-setup-wizard-content p {
114 font-size: 16px;
115 }
116 #convertkit-setup-wizard-content p.description {
117 font-size: 13px;
118 }
119 #convertkit-setup-wizard-content a.button,
120 #convertkit-setup-wizard-content button,
121 #convertkit-setup-wizard-footer a.button,
122 #convertkit-setup-wizard-footer button {
123 padding: 5px 20px;
124 font-weight: 500;
125 font-size: 16px;
126 }
127
128 /**
129 * Content Grid
130 */
131 #convertkit-setup-wizard-content .convertkit-setup-wizard-grid {
132 display: grid;
133 grid-template-columns: repeat(2, 1fr);
134 column-gap: 20px;
135 }
136 #convertkit-setup-wizard-content .convertkit-setup-wizard-grid > div {
137 text-align: center;
138 padding: 20px;
139 background-color: #fcfcfc;
140 border: 1px solid #ccc;
141 border-radius: 5px;
142 cursor: pointer;
143 }
144 #convertkit-setup-wizard-content .convertkit-setup-wizard-grid > div span {
145 display: block;
146 }
147 #convertkit-setup-wizard-content .convertkit-setup-wizard-grid > div span.description {
148 margin: 20px 0 0 0;
149 color: #646970;
150 font-size: 13px;
151 }
152
153 #convertkit-setup-wizard-content > div {
154 margin: 0 0 40px 0;
155 }
156 #convertkit-setup-wizard-content > div label {
157 display: block;
158 margin-bottom: 10px;
159 font-size: 16px;
160 font-weight: 500;
161 }
162 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection {
163 display: grid;
164 grid-template-columns: repeat(2, 1fr);
165 column-gap: 20px;
166 }
167 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection label {
168 text-align: center;
169 padding: 20px;
170 background-color: #fcfcfc;
171 border: 1px solid #ccc;
172 border-radius: 5px;
173 cursor: pointer;
174 }
175 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection label span {
176 display: block;
177 }
178 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection label span.description {
179 margin: 20px 0 0 0;
180 color: #646970;
181 font-size: 13px;
182 font-weight: 400;
183 font-style: italic;
184 }
185 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection label input[type=radio] {
186 margin: 20px 0 0 0;
187 }
188
189 /**
190 * Footer
191 */
192 #convertkit-setup-wizard-footer {
193 display: grid;
194 grid-template-columns: repeat(2,1fr);
195 grid-template-areas: "left right";
196 padding: 40px 80px;
197 }
198 #convertkit-setup-wizard-footer .left {
199 grid-area: left;
200 text-align: left;
201 }
202 #convertkit-setup-wizard-footer .right {
203 grid-area: right;
204 text-align: right;
205 }
206
207 /**
208 * Exit Link
209 */
210 #convertkit-setup-wizard-exit-link {
211 display: block;
212 margin: 80px 0;
213 text-align: center;
214 font-size: 14px;
215 }
216 #convertkit-setup-wizard-exit-link a {
217 color: #8c8f9a;
218 }
219