PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 8.1.1
Jetpack – WP Security, Backup, Speed, & Growth v8.1.1
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
498 lines 9.8 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.125rem;
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.6875rem;
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.375rem;
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: 1.375rem;
195 font-weight: bold;
196 color: black;
197 }
198
199 @media (max-width: 530px) {
200 .jp-connect-full__step-header h2 {
201 margin-top: 1rem;
202 }
203 }
204
205 .jp-connect-full__step-header h3 {
206 color: #747474;
207 font-size: 1rem;
208 font-weight: normal;
209 margin: 0.625rem 0 1.5rem;
210 }
211
212 .jp-connect-full__step-header.bottom {
213 margin-top: 5rem;
214 }
215
216 .jp-connect-full__tos-blurb {
217 font-size: 0.6875rem;
218 margin: 0 auto 1rem;
219 }
220
221 .jp-connect-full__dismiss {
222 cursor: pointer;
223 }
224
225 .jp-connect-full__dismiss-paragraph {
226 font-size: .6875rem;
227 }
228
229 .jp-connect-full__tos-blurb a,
230 .jp-connect-full__dismiss-paragraph a {
231 cursor: pointer;
232 color: inherit;
233 text-decoration: underline;
234 }
235
236 .jp-connect-full__row {
237 display: flex;
238 justify-content: space-around;
239 justify-content: space-evenly;
240 text-align: left;
241 align-items: baseline;
242 margin: 0 auto;
243 max-width: 1000px;
244 }
245
246 .jp-connect-full__slide {
247 max-width: 35%;
248 margin: 3rem 0;
249 }
250
251 @media (max-width: 782px) {
252 .jp-connect-full__slide {
253 margin: 1.875rem 0;
254 }
255 }
256
257 .jp-connect-full__slide p {
258 font-size: 0.875rem;
259 }
260
261 .jp-connect-full__slide .illustration {
262 padding: 0.75rem;
263 }
264
265 @media (min-width: 600px) {
266 .jp-connect-full__slide .illustration {
267 margin-bottom: 2.625rem;
268 }
269 }
270
271 .jp-connect-full__step-support {
272 max-width: 700px;
273 margin: 0 auto;
274 line-height: 1.25;
275 }
276
277 .jp-connect-full__step-support h2 {
278 margin: 1rem 0 0;
279 font-size: 1.375rem;
280 font-weight: normal;
281 color: black;
282 }
283
284 .jp-connect-full__step-support h3 {
285 color: #747474;
286 font-size: 1rem;
287 font-weight: normal;
288 margin: 0.625rem 0 1.5rem;
289 }
290
291 .jp-connect-full__button-container-loading {
292 font-size: 14px;
293 animation: jetpack-loading-fade 1.6s ease-in-out infinite;
294 }
295
296 .jp-connect-full__button-container .jp-spinner {
297 width: 100%;
298 }
299
300 @media screen and (max-width: 480px) {
301 .jp-connect-full__row {
302 display: block;
303 }
304 .jp-connect-full__slide {
305 margin: 2em 0;
306 max-width: 100%;
307 }
308 }
309
310 .updated.jp-wpcom-connect__container {
311 border-left: none;
312 padding: 0;
313 border: 1px solid #ccd0d4;
314 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
315 }
316
317 @media screen and (max-width: 782px) {
318 .updated.jp-wpcom-connect__container {
319 padding: 0 !important;
320 }
321 }
322
323 .updated.jp-wpcom-connect__container .dops-button {
324 padding: 7px 14px 9px;
325 }
326
327 .updated .notice-dismiss {
328 z-index: 1;
329 text-decoration: none;
330 }
331
332 .jp-wpcom-connect__container-top-text + .jp-wpcom-connect__inner-container .notice-dismiss::before {
333 color: white;
334 }
335
336 .jp-wpcom-connect__container-top-text {
337 padding: 15px 35px 25px 15px;
338 background-color: #00BE28;
339 color: white;
340 display: flex;
341 align-items: baseline;
342 }
343
344 .jp-wpcom-connect__container-top-text svg {
345 width: 24px;
346 height: 24px;
347 margin-right: 10px;
348 position: relative;
349 top: 7px;
350 }
351
352 @media (max-width: 530px) {
353 .jp-wpcom-connect__container-top-text svg {
354 flex: 1;
355 }
356 }
357
358 .jp-wpcom-connect__container-top-text svg path {
359 fill: #fff;
360 }
361
362 .jp-wpcom-connect__container-top-text span {
363 display: inline-block;
364 }
365
366 @media (max-width: 530px) {
367 .jp-wpcom-connect__container-top-text span {
368 flex: 9;
369 }
370 }
371
372 .jp-wpcom-connect__container {
373 display: block;
374 position: relative;
375 box-sizing: border-box;
376 background-color: #00BE28;
377 }
378
379 .jp-wpcom-connect__inner-container > a:first-child {
380 z-index: 1;
381 }
382
383 .jp-wpcom-connect__inner-container {
384 display: flex;
385 flex-direction: row;
386 flex-wrap: nowrap;
387 justify-content: left;
388 background: #fff;
389 }
390
391 .jp-wpcom-connect__content-container {
392 width: 1250px;
393 position: relative;
394 padding: 2rem;
395 z-index: 0;
396 }
397
398 .jp-wpcom-connect__content-container p {
399 color: #6f6f6f;
400 font-size: 0.875rem;
401 }
402
403 .jp-wpcom-connect__content-container h2 {
404 margin-top: 0;
405 line-height: 1.6;
406 display: block;
407 margin-bottom: 1.5rem;
408 }
409
410 @media (max-width: 530px) {
411 .jp-wpcom-connect__hide-phone-and-smaller {
412 display: none !important;
413 }
414 }
415
416 .jp-wpcom-connect__content-icon {
417 margin: 0 1.5rem;
418 display: flex;
419 flex-direction: column;
420 }
421
422 .jp-connect-illo img {
423 display: block;
424 margin: 0 auto;
425 }
426
427 .jp-connect-illo .jetpack-logo {
428 margin-bottom: 2.25rem;
429 }
430
431 @media (max-width: 530px) {
432 .jp-connect-illo .jetpack-logo {
433 margin-left: 0;
434 }
435 }
436
437 @media (max-width: 782px) {
438 .jp-connect-illo {
439 width: 100%;
440 margin: 0.5rem 0;
441 display: block;
442 }
443 }
444
445 @media (min-width: 900px) {
446 .jp-wpcom-connect__slide-text {
447 padding-left: 2.8125rem;
448 }
449 }
450
451 .jp-wpcom-connect__slide {
452 display: none;
453 }
454
455 .jp-wpcom-connect__slide.jp__slide-is-active {
456 display: flex;
457 align-items: flex-start;
458 }
459
460 @media (max-width: 782px) {
461 .jp-wpcom-connect__slide.jp__slide-is-active {
462 display: block;
463 }
464 }
465
466 .jp-wpcom-connect__slide ul {
467 list-style: disc;
468 padding: 0 0 0 0.9375rem;
469 }
470
471 .jp-wpcom-connect__slide ul li {
472 color: #6f6f6f;
473 font-size: 0.75rem;
474 }
475
476 .jp-banner__button-container .dops-button {
477 margin: 0.3125rem 0;
478 }
479
480 .jp-banner__button-container .dops-button.is-primary {
481 background: #00BE28;
482 border-color: #00a523;
483 padding-left: 1.5rem;
484 padding-right: 1.5rem;
485 flex-shrink: 0;
486 }
487
488 .jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
489 background: #00a523;
490 border-color: #008b1d;
491 }
492
493 .jp-banner__button-container .dops-button.is-primary:focus {
494 box-shadow: 0 0 0 1px white, 0 0 0 3px #008b1d;
495 }
496
497 /*# sourceMappingURL=jetpack-banners.css.map */
498