PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.8
Jetpack – WP Security, Backup, Speed, & Growth v7.8
16.2-beta 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 All 501 releases
jetpack / css / jetpack-banners.css

jetpack-banners.css in Jetpack – WP Security, Backup, Speed, & Growth 7.8, at css/jetpack-banners.css

493 lines 9.7 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 rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee;
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 box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
314 }
315
316 @media screen and (max-width: 782px) {
317 .updated.jp-wpcom-connect__container {
318 padding: 0 !important;
319 }
320 }
321
322 .updated.jp-wpcom-connect__container .dops-button {
323 padding: 7px 14px 9px;
324 }
325
326 .updated .notice-dismiss {
327 z-index: 1;
328 text-decoration: none;
329 }
330
331 .jp-wpcom-connect__container-top-text + .jp-wpcom-connect__inner-container .notice-dismiss::before {
332 color: white;
333 }
334
335 .jp-wpcom-connect__container-top-text {
336 padding: 15px 35px 25px 15px;
337 background-color: #00BE28;
338 color: white;
339 display: flex;
340 align-items: baseline;
341 }
342
343 .jp-wpcom-connect__container-top-text svg {
344 width: 24px;
345 height: 24px;
346 margin-right: 10px;
347 position: relative;
348 top: 7px;
349 }
350
351 @media (max-width: 530px) {
352 .jp-wpcom-connect__container-top-text svg {
353 flex: 1;
354 }
355 }
356
357 .jp-wpcom-connect__container-top-text svg path {
358 fill: #fff;
359 }
360
361 .jp-wpcom-connect__container-top-text span {
362 display: inline-block;
363 }
364
365 @media (max-width: 530px) {
366 .jp-wpcom-connect__container-top-text span {
367 flex: 9;
368 }
369 }
370
371 .jp-wpcom-connect__container {
372 display: block;
373 position: relative;
374 box-sizing: border-box;
375 background-color: #00BE28;
376 }
377
378 .jp-wpcom-connect__inner-container > a:first-child {
379 z-index: 1;
380 }
381
382 .jp-wpcom-connect__inner-container {
383 display: flex;
384 flex-direction: row;
385 flex-wrap: nowrap;
386 justify-content: left;
387 background: #fff;
388 }
389
390 .jp-wpcom-connect__content-container {
391 width: 1250px;
392 position: relative;
393 padding: 2rem;
394 z-index: 0;
395 }
396
397 .jp-wpcom-connect__content-container p {
398 color: #6f6f6f;
399 font-size: 0.875rem;
400 }
401
402 .jp-wpcom-connect__content-container h2 {
403 margin-top: 0;
404 line-height: 1.6;
405 display: block;
406 margin-bottom: 1.5rem;
407 }
408
409 @media (max-width: 530px) {
410 .jp-wpcom-connect__hide-phone-and-smaller {
411 display: none !important;
412 }
413 }
414
415 .jp-wpcom-connect__content-icon {
416 margin: 0 1.5rem;
417 display: flex;
418 flex-direction: column;
419 }
420
421 .jp-connect-illo img {
422 display: block;
423 margin: 0 auto;
424 }
425
426 .jp-connect-illo .jetpack-logo {
427 margin-bottom: 2.25rem;
428 }
429
430 @media (max-width: 530px) {
431 .jp-connect-illo .jetpack-logo {
432 margin-left: 0;
433 }
434 }
435
436 @media (max-width: 782px) {
437 .jp-connect-illo {
438 width: 100%;
439 margin: 0.5rem 0;
440 display: block;
441 }
442 }
443
444 @media (min-width: 900px) {
445 .jp-wpcom-connect__slide-text {
446 padding-left: 2.8125rem;
447 }
448 }
449
450 .jp-wpcom-connect__slide {
451 display: none;
452 }
453
454 .jp-wpcom-connect__slide.jp__slide-is-active {
455 display: flex;
456 align-items: flex-start;
457 }
458
459 @media (max-width: 782px) {
460 .jp-wpcom-connect__slide.jp__slide-is-active {
461 display: block;
462 }
463 }
464
465 .jp-wpcom-connect__slide ul {
466 list-style: disc;
467 padding: 0 0 0 0.9375rem;
468 }
469
470 .jp-wpcom-connect__slide ul li {
471 color: #6f6f6f;
472 font-size: 0.75rem;
473 }
474
475 .jp-banner__button-container .dops-button {
476 margin: 0.3125rem 0;
477 }
478
479 .jp-banner__button-container .dops-button.is-primary {
480 background: #00BE28;
481 border-color: #00a523;
482 padding-left: 1.5rem;
483 padding-right: 1.5rem;
484 flex-shrink: 0;
485 }
486
487 .jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
488 background: #00a523;
489 border-color: #008b1d;
490 }
491
492 /*# sourceMappingURL=jetpack-banners.css.map */
493