PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.3.8
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.3.8
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 3.3.8, at resources/backend/css/setup-wizard.css

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