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

241 lines 4.7 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 font-weight: 500;
124 font-size: 16px;
125 }
126
127 /**
128 * Content Grid
129 */
130 #convertkit-setup-wizard-content .convertkit-setup-wizard-grid {
131 display: grid;
132 grid-template-columns: repeat(2, 1fr);
133 column-gap: 20px;
134 }
135 #convertkit-setup-wizard-content .convertkit-setup-wizard-grid > div {
136 text-align: center;
137 padding: 20px;
138 background-color: #fcfcfc;
139 border: 1px solid #ccc;
140 border-radius: 5px;
141 cursor: pointer;
142 }
143 #convertkit-setup-wizard-content .convertkit-setup-wizard-grid > div span {
144 display: block;
145 }
146 #convertkit-setup-wizard-content .convertkit-setup-wizard-grid > div span.description {
147 margin: 20px 0 0 0;
148 color: #646970;
149 font-size: 13px;
150 }
151
152 #convertkit-setup-wizard-content > div {
153 margin: 0 0 40px 0;
154 }
155 #convertkit-setup-wizard-content > div label {
156 display: block;
157 margin-bottom: 10px;
158 font-size: 16px;
159 font-weight: 500;
160 }
161 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection {
162 display: grid;
163 grid-template-columns: repeat(2, 1fr);
164 column-gap: 20px;
165 }
166 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection label {
167 text-align: center;
168 padding: 20px;
169 background-color: #fcfcfc;
170 border: 1px solid #ccc;
171 border-radius: 5px;
172 cursor: pointer;
173 }
174 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection label span {
175 display: block;
176 }
177 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection label span.description {
178 margin: 20px 0 0 0;
179 color: #646970;
180 font-size: 13px;
181 font-weight: 400;
182 font-style: italic;
183 }
184 #convertkit-setup-wizard-content .convertkit-setup-wizard-selection label input[type=radio] {
185 margin: 20px 0 0 0;
186 }
187
188 /**
189 * Footer
190 */
191 #convertkit-setup-wizard-footer {
192 display: grid;
193 grid-template-columns: repeat(2,1fr);
194 grid-template-areas: "left right";
195 padding: 40px 80px;
196 }
197 #convertkit-setup-wizard-footer .left {
198 grid-area: left;
199 text-align: left;
200 }
201 #convertkit-setup-wizard-footer .right {
202 grid-area: right;
203 text-align: right;
204 }
205
206 /**
207 * Exit Link
208 */
209 #convertkit-setup-wizard-exit-link {
210 display: block;
211 margin: 80px 0;
212 text-align: center;
213 font-size: 14px;
214 }
215 #convertkit-setup-wizard-exit-link a {
216 color: #8c8f9a;
217 }
218
219 /**
220 * Modal View
221 */
222 body.convertkit-modal { overflow: hidden; }
223 body.convertkit-modal #convertkit-setup-wizard {
224 width: 100%;
225 max-width: 100%;
226 margin: 0;
227 padding: 0;
228 }
229 body.convertkit-modal #convertkit-setup-wizard .wrap {
230 margin: 0;
231 }
232 body.convertkit-modal #convertkit-setup-wizard-body {
233 box-shadow: none;
234 }
235 body.convertkit-modal #convertkit-setup-wizard-content {
236 padding: 20px 20px 0 20px;
237 }
238 body.convertkit-modal #convertkit-setup-wizard-footer {
239 padding: 0 20px 20px 20px;
240 }
241