PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 8.9.4
Jetpack – WP Security, Backup, Speed, & Growth v8.9.4
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / css / jetpack-banners.css
jetpack-banners.css
505 lines 9.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Do not modify this file directly. It is compiled SASS code.
3 */
4 @charset "UTF-8";
5 /*
6 The MIT License (MIT)
7
8 Copyright © 2011–2015 thoughtbot, inc.
9
10 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
11 documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
12 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
13 persons to whom the Software is furnished to do so, subject to the following conditions:
14
15 The above copyright notice and this permission notice shall be included in all copies or substantial
16 portions of the Software.
17
18 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
19 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
23 https://github.com/thoughtbot/bourbon
24 */
25 .updated.jp-banner {
26 position: relative;
27 padding: 0;
28 }
29
30 .updated .jp-banner__header {
31 font-size: 1.25rem;
32 font-weight: 400;
33 margin-top: 0;
34 }
35
36 .updated .jp-banner__button-container {
37 padding: 2rem 0 0;
38 flex-direction: row-reverse;
39 align-items: center;
40 justify-content: flex-end;
41 }
42
43 @media (min-width: 600px) {
44 .updated .jp-banner__button-container {
45 display: flex;
46 }
47 }
48
49 .updated .jp-banner__tos-blurb {
50 display: block;
51 padding: 0.375rem 0;
52 line-height: 1.5;
53 font-size: 0.75rem;
54 color: #414141;
55 }
56
57 @media (min-width: 600px) {
58 .updated .jp-banner__tos-blurb {
59 margin-left: 1.125rem;
60 }
61 }
62
63 .updated .jp-banner__tos-blurb a {
64 color: inherit;
65 }
66
67 .jp-banner .notice-dismiss {
68 text-decoration: none;
69 }
70
71 .jp-banner__description {
72 font-size: 0.875rem;
73 }
74
75 .jp-banner__description-container {
76 padding: 1rem;
77 }
78
79 .jetpack-disconnected .jp-connect-full__container {
80 box-sizing: border-box;
81 position: absolute;
82 top: 0;
83 right: 0;
84 bottom: 1.25rem;
85 left: 0;
86 z-index: 999;
87 background: #f1f1f1;
88 text-align: center;
89 }
90
91 @media (max-width: 530px) {
92 .jetpack-disconnected .jp-connect-full__container {
93 top: 42px;
94 }
95 }
96
97 @media (min-width: 782px) {
98 .jetpack-disconnected .jp-connect-full__container {
99 left: -20px;
100 }
101 }
102
103 .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card {
104 padding: 4rem 4rem 6rem;
105 background: white;
106 margin: 1em;
107 }
108
109 @media (max-width: 530px) {
110 .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card {
111 padding: 2rem 2rem;
112 }
113 }
114
115 .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.jetpack-logo {
116 width: 160px;
117 }
118
119 .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.support-characters {
120 margin-top: 1.5rem;
121 width: 50%;
122 }
123
124 .jetpack-disconnected .jp-connect-full__container h4 {
125 line-height: 1.25;
126 font-size: 1.5rem;
127 font-weight: normal;
128 margin: 1em 0;
129 }
130
131 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
132 position: relative;
133 bottom: 0;
134 box-shadow: 0 0 0 1px #ccd0d4, 0 1px 1px 1px rgba(0, 0, 0, 0.04);
135 display: none;
136 }
137
138 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container .jp-connect-full__container-card {
139 margin: 0;
140 }
141
142 @media (min-width: 782px) {
143 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
144 left: 0;
145 }
146 }
147
148 @media (max-width: 782px) {
149 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
150 top: 32px;
151 }
152 }
153
154 @media (max-width: 530px) {
155 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
156 top: 0px;
157 }
158 }
159
160 .jetpack-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .jp-connect-full__container {
161 display: block;
162 }
163
164 @media (max-width: 530px) {
165 .jetpack-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .jp-connect-full__container .jp-connect-full__step-header h2 {
166 margin: 0;
167 }
168 }
169
170 .jp-connect-full__svg-dismiss {
171 position: absolute;
172 right: 0;
173 top: 0;
174 fill: #a2a2a2;
175 padding: 1rem;
176 height: 1.5rem;
177 width: 1.5rem;
178 }
179
180 .jp-connect-full__step-header {
181 max-width: 700px;
182 margin: 0 auto 40px auto;
183 line-height: 1.5;
184 }
185
186 @media (max-width: 530px) {
187 .jp-connect-full__step-header {
188 margin-bottom: 1.5rem;
189 }
190 }
191
192 .jp-connect-full__step-header h2 {
193 margin: 1.5rem 10% 0;
194 font-size: 2rem;
195 font-weight: bold;
196 line-height: 1.2;
197 color: black;
198 }
199
200 @media (max-width: 530px) {
201 .jp-connect-full__step-header h2 {
202 margin-top: 1rem;
203 font-size: 1.5rem;
204 }
205 }
206
207 .jp-connect-full__step-header h3 {
208 color: #747474;
209 font-size: 1rem;
210 font-weight: normal;
211 margin: 0.625rem 0 1.5rem;
212 }
213
214 .jp-connect-full__step-header.bottom {
215 margin-top: 5rem;
216 }
217
218 .jp-connect-full__tos-blurb {
219 font-size: 0.75rem;
220 margin: 0 auto 1rem;
221 }
222
223 .jp-connect-full__dismiss {
224 cursor: pointer;
225 }
226
227 .jp-connect-full__dismiss-paragraph {
228 font-size: 0.75rem;
229 }
230
231 .jp-connect-full__tos-blurb a,
232 .jp-connect-full__dismiss-paragraph a {
233 cursor: pointer;
234 color: inherit;
235 text-decoration: underline;
236 }
237
238 .jp-connect-full__row {
239 display: flex;
240 justify-content: space-around;
241 justify-content: space-evenly;
242 text-align: left;
243 align-items: baseline;
244 margin: 0 auto;
245 max-width: 1000px;
246 }
247
248 .jp-connect-full__slide {
249 max-width: 38%;
250 margin: 3rem 0;
251 }
252
253 @media (max-width: 782px) {
254 .jp-connect-full__slide {
255 margin: 1.875rem 0;
256 }
257 }
258
259 .jp-connect-full__slide h3 {
260 font-size: 1.25rem;
261 }
262
263 .jp-connect-full__slide img {
264 max-width: 100%;
265 }
266
267 .jp-connect-full__slide ul {
268 list-style: disc;
269 margin-left: 16px;
270 }
271
272 @media (min-width: 600px) {
273 .jp-connect-full__slide .illustration {
274 margin-bottom: 2rem;
275 }
276 }
277
278 .jp-connect-full__step-support {
279 max-width: 700px;
280 margin: 0 auto;
281 line-height: 1.25;
282 }
283
284 .jp-connect-full__step-support h2 {
285 margin: 1rem 0 0;
286 font-size: 1.5rem;
287 font-weight: normal;
288 color: black;
289 }
290
291 .jp-connect-full__step-support h3 {
292 color: #747474;
293 font-size: 1rem;
294 font-weight: normal;
295 margin: 0.625rem 0 1.5rem;
296 }
297
298 .jp-connect-full__button-container-loading {
299 font-size: 0.875rem;
300 animation: jetpack-loading-fade 1.6s ease-in-out infinite;
301 }
302
303 .jp-connect-full__button-container .jp-spinner {
304 width: 100%;
305 }
306
307 @media screen and (max-width: 480px) {
308 .jp-connect-full__row {
309 display: block;
310 }
311 .jp-connect-full__slide {
312 margin: 2em 0;
313 max-width: 100%;
314 }
315 }
316
317 .updated.jp-wpcom-connect__container {
318 border-left: none;
319 padding: 0;
320 border: 1px solid #ccd0d4;
321 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
322 }
323
324 @media screen and (max-width: 782px) {
325 .updated.jp-wpcom-connect__container {
326 padding: 0 !important;
327 }
328 }
329
330 .updated.jp-wpcom-connect__container .dops-button {
331 padding: 7px 14px 9px;
332 }
333
334 .updated .notice-dismiss {
335 z-index: 1;
336 text-decoration: none;
337 }
338
339 .jp-wpcom-connect__container-top-text + .jp-wpcom-connect__inner-container .notice-dismiss::before {
340 color: white;
341 }
342
343 .jp-wpcom-connect__container-top-text {
344 padding: 15px 35px 25px 15px;
345 background-color: #00BE28;
346 color: white;
347 display: flex;
348 align-items: baseline;
349 }
350
351 .jp-wpcom-connect__container-top-text svg {
352 width: 24px;
353 height: 24px;
354 margin-right: 10px;
355 position: relative;
356 top: 7px;
357 }
358
359 @media (max-width: 530px) {
360 .jp-wpcom-connect__container-top-text svg {
361 flex: 1;
362 }
363 }
364
365 .jp-wpcom-connect__container-top-text svg path {
366 fill: #fff;
367 }
368
369 .jp-wpcom-connect__container-top-text span {
370 display: inline-block;
371 }
372
373 @media (max-width: 530px) {
374 .jp-wpcom-connect__container-top-text span {
375 flex: 9;
376 }
377 }
378
379 .jp-wpcom-connect__container {
380 display: block;
381 position: relative;
382 box-sizing: border-box;
383 background-color: #00BE28;
384 }
385
386 .jp-wpcom-connect__inner-container > a:first-child {
387 z-index: 1;
388 }
389
390 .jp-wpcom-connect__inner-container {
391 display: flex;
392 flex-direction: row;
393 flex-wrap: nowrap;
394 justify-content: left;
395 background: #fff;
396 }
397
398 .jp-wpcom-connect__content-container {
399 width: 1250px;
400 position: relative;
401 padding: 2rem;
402 z-index: 0;
403 }
404
405 .jp-wpcom-connect__content-container p {
406 color: #6f6f6f;
407 font-size: 0.875rem;
408 }
409
410 .jp-wpcom-connect__content-container h2 {
411 margin-top: 0;
412 line-height: 1.6;
413 display: block;
414 margin-bottom: 1.5rem;
415 }
416
417 @media (max-width: 530px) {
418 .jp-wpcom-connect__hide-phone-and-smaller {
419 display: none !important;
420 }
421 }
422
423 .jp-wpcom-connect__content-icon {
424 margin: 0 1.5rem;
425 display: flex;
426 flex-direction: column;
427 }
428
429 .jp-connect-illo img {
430 display: block;
431 margin: 0 auto;
432 }
433
434 .jp-connect-illo .jetpack-logo {
435 margin-bottom: 2.25rem;
436 }
437
438 @media (max-width: 530px) {
439 .jp-connect-illo .jetpack-logo {
440 margin-left: 0;
441 }
442 }
443
444 @media (max-width: 782px) {
445 .jp-connect-illo {
446 width: 100%;
447 margin: 0.5rem 0;
448 display: block;
449 }
450 }
451
452 @media (min-width: 900px) {
453 .jp-wpcom-connect__slide-text {
454 padding-left: 2.8125rem;
455 }
456 }
457
458 .jp-wpcom-connect__slide {
459 display: none;
460 }
461
462 .jp-wpcom-connect__slide.jp__slide-is-active {
463 display: flex;
464 align-items: flex-start;
465 }
466
467 @media (max-width: 782px) {
468 .jp-wpcom-connect__slide.jp__slide-is-active {
469 display: block;
470 }
471 }
472
473 .jp-wpcom-connect__slide ul {
474 list-style: disc;
475 padding: 0 0 0 0.9375rem;
476 }
477
478 .jp-wpcom-connect__slide ul li {
479 color: #6f6f6f;
480 font-size: 0.75rem;
481 }
482
483 .jp-banner__button-container .dops-button {
484 margin: 0.3125rem 0;
485 }
486
487 .jp-banner__button-container .dops-button.is-primary {
488 background: #00BE28;
489 border-color: #00a523;
490 padding-left: 1.5rem;
491 padding-right: 1.5rem;
492 flex-shrink: 0;
493 }
494
495 .jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
496 background: #00a523;
497 border-color: #008b1d;
498 }
499
500 .jp-banner__button-container .dops-button.is-primary:focus {
501 box-shadow: 0 0 0 1px white, 0 0 0 3px #008b1d;
502 }
503
504 /*# sourceMappingURL=jetpack-banners.css.map */
505