PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.7
Jetpack – WP Security, Backup, Speed, & Growth v7.7
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.7, at css/jetpack-banners.css

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