PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 6.9
Jetpack – WP Security, Backup, Speed, & Growth v6.9
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
500 lines 10.1 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: 0.75rem 0 0;
38 }
39
40 .updated .jp-banner__tos-blurb {
41 display: block;
42 padding: 0.375rem 0;
43 line-height: 1.5;
44 font-size: 0.6875rem;
45 color: #2e4453;
46 }
47
48 .jp-banner .notice-dismiss {
49 text-decoration: none;
50 }
51
52 .jp-banner__description {
53 font-size: 0.875rem;
54 }
55
56 .jp-banner__description-container {
57 padding: 1rem;
58 }
59
60 .jetpack-disconnected .jp-connect-full__container {
61 box-sizing: border-box;
62 position: absolute;
63 top: 0;
64 right: 0;
65 bottom: 1.25rem;
66 left: 0;
67 z-index: 999;
68 background: #f1f1f1;
69 text-align: center;
70 }
71
72 .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card {
73 padding: 3rem 4rem 6rem;
74 background: white;
75 margin: 1em;
76 }
77
78 .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.jetpack-logo {
79 width: 160px;
80 }
81
82 .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.support-characters {
83 margin-top: 1.5rem;
84 width: 50%;
85 }
86
87 .jetpack-disconnected .jp-connect-full__container h4 {
88 line-height: 1.25;
89 font-size: 1.375rem;
90 font-weight: normal;
91 margin: 1em 0;
92 }
93
94 @media (min-width: 782px) {
95 .jetpack-disconnected .jp-connect-full__container {
96 left: -20px;
97 }
98 }
99
100 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
101 position: relative;
102 bottom: 0;
103 box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
104 display: none;
105 }
106
107 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container .jp-connect-full__container-card {
108 margin: 0;
109 }
110
111 @media (min-width: 782px) {
112 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
113 left: 0;
114 }
115 }
116
117 @media (max-width: 782px) {
118 .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
119 top: 46px;
120 }
121 }
122
123 .jetpack-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .jp-connect-full__container {
124 display: block;
125 }
126
127 .jp-connect-full__svg-dismiss {
128 position: absolute;
129 right: 0;
130 top: 0;
131 fill: #87a6bc;
132 padding: 1rem;
133 height: 1.5rem;
134 width: 1.5rem;
135 }
136
137 @media (max-width: 600px) {
138 .jp-connect-full__svg-dismiss {
139 top: 3.125rem;
140 }
141 }
142
143 .jp-connect-full__step-header {
144 max-width: 700px;
145 margin: 0 auto;
146 line-height: 1.5;
147 }
148
149 .jp-connect-full__step-header h2 {
150 margin: 1.5rem 0 0;
151 font-size: 1.375rem;
152 font-weight: bold;
153 color: black;
154 }
155
156 .jp-connect-full__step-header h3 {
157 color: #537994;
158 font-size: 1rem;
159 font-weight: normal;
160 margin: 0.625rem 0 1.5rem;
161 }
162
163 .jp-connect-full__step-header.bottom {
164 margin-top: 5rem;
165 }
166
167 .jp-connect-full__tos-blurb {
168 font-size: 0.6875rem;
169 margin: 0 auto 1.5rem;
170 color: #537994;
171 }
172
173 .jp-connect-full__tos-blurb a {
174 text-decoration: none;
175 color: #00BE28;
176 }
177
178 .jp-connect-full__button-container {
179 margin: 0;
180 }
181
182 .jp-connect-full__button-container .dops-button.is-primary {
183 background: #00BE28;
184 border-color: #00a523;
185 }
186
187 .jp-connect-full__button-container .dops-button.is-primary:hover, .jp-connect-full__button-container .dops-button.is-primary:focus {
188 background: #00a523;
189 border-color: #008b1d;
190 }
191
192 .jp-connect-full__dismiss {
193 cursor: pointer;
194 }
195
196 .jp-connect-full__dismiss-paragraph {
197 font-size: .6875rem;
198 }
199
200 .jp-connect-full__dismiss-paragraph a {
201 cursor: pointer;
202 color: #537994;
203 text-decoration: none;
204 }
205
206 .jp-connect-full__dismiss-paragraph a:hover {
207 text-decoration: underline;
208 }
209
210 .jp-connect-full__slide {
211 max-width: 750px;
212 margin: 4em auto;
213 display: flex;
214 flex-direction: row;
215 justify-content: stretch;
216 }
217
218 @media (max-width: 782px) {
219 .jp-connect-full__slide {
220 flex-wrap: wrap;
221 }
222 }
223
224 .jp-connect-full__slide .jp-connect-full__slide-card {
225 flex: 1;
226 text-align: left;
227 order: 2;
228 }
229
230 @media (min-width: 782px) {
231 .jp-connect-full__slide .jp-connect-full__slide-card {
232 order: unset;
233 }
234 }
235
236 .jp-connect-full__slide .illustration {
237 order: 1;
238 }
239
240 @media (min-width: 782px) {
241 .jp-connect-full__slide .illustration {
242 order: unset;
243 }
244 }
245
246 .jp-connect-full__slide .illustration img {
247 margin: 2.5em 1em;
248 display: block;
249 min-width: 200px;
250 }
251
252 @media (min-width: 600px) {
253 .jp-connect-full__slide .illustration img {
254 margin: 2.5em auto;
255 width: 75%;
256 }
257 }
258
259 .jp-connect-full__step-support {
260 max-width: 700px;
261 margin: 0 auto;
262 line-height: 1.25;
263 }
264
265 .jp-connect-full__step-support h2 {
266 margin: 1rem 0 0;
267 font-size: 1.375rem;
268 font-weight: normal;
269 color: black;
270 }
271
272 .jp-connect-full__step-support h3 {
273 color: #537994;
274 font-size: 1rem;
275 font-weight: normal;
276 margin: 0.625rem 0 1.5rem;
277 }
278
279 .updated.jp-wpcom-connect__container {
280 border-left: none;
281 padding: 0;
282 box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
283 }
284
285 @media screen and (max-width: 782px) {
286 .updated.jp-wpcom-connect__container {
287 padding: 0 !important;
288 }
289 }
290
291 .updated.jp-wpcom-connect__container .dops-button {
292 padding: 7px 14px 9px;
293 }
294
295 .updated .notice-dismiss {
296 z-index: 1;
297 text-decoration: none;
298 }
299
300 .updated .notice-dismiss:before {
301 color: white;
302 }
303
304 .jp-wpcom-connect__container-top-text {
305 padding: 15px 15px 25px 15px;
306 background-color: #00BE28;
307 color: white;
308 font-weight: 600;
309 }
310
311 .jp-wpcom-connect__container-top-text svg {
312 width: 24px;
313 height: 24px;
314 margin-right: 10px;
315 position: relative;
316 top: 7px;
317 }
318
319 .jp-wpcom-connect__container-top-text svg path {
320 fill: #fff;
321 }
322
323 .jp-wpcom-connect__container-top-text span {
324 display: inline-block;
325 }
326
327 .jp-wpcom-connect__container {
328 display: block;
329 position: relative;
330 box-sizing: border-box;
331 background-color: #00BE28;
332 }
333
334 .jp-wpcom-connect__inner-container > a:first-child {
335 z-index: 1;
336 }
337
338 .jp-wpcom-connect__inner-container {
339 display: flex;
340 flex-direction: row;
341 flex-wrap: nowrap;
342 justify-content: left;
343 background: #fff;
344 }
345
346 .jp-wpcom-connect__content-container {
347 width: 1250px;
348 position: relative;
349 padding: 2rem;
350 z-index: 0;
351 }
352
353 @media (min-width: 782px) {
354 .jp-wpcom-connect__content-container {
355 padding: 2rem 2rem 6rem 2rem;
356 }
357 }
358
359 .jp-wpcom-connect__content-container p {
360 color: #4f748e;
361 font-size: 0.875rem;
362 }
363
364 .jp-wpcom-connect__content-container h2 {
365 margin-top: 0;
366 color: #4F748E;
367 line-height: 1.6;
368 }
369
370 .jp-wpcom-connect__content-icon {
371 float: right;
372 margin: 0 1.5rem 0 2.25rem;
373 }
374
375 @media (max-width: 782px) {
376 .jp-wpcom-connect__content-icon.jp-connect-illo {
377 float: none;
378 width: 100%;
379 text-align: center;
380 margin: 2.25rem 0 1.5rem;
381 }
382 }
383
384 .jp-wpcom-connect__slide {
385 display: none;
386 }
387
388 .jp-wpcom-connect__slide.jp__slide-is-active {
389 display: block;
390 }
391
392 .jp-wpcom-connect__slide ul {
393 list-style: disc;
394 padding: 0 0 0 0.9375rem;
395 }
396
397 .jp-wpcom-connect__slide ul li {
398 color: #4f748e;
399 font-size: 0.75rem;
400 }
401
402 @media (min-width: 782px) {
403 .jp-wpcom-connect__content-container .jp-banner__button-container {
404 position: absolute;
405 bottom: 0.5rem;
406 }
407 }
408
409 .jp-banner__button-container .dops-button {
410 margin: 0.3125rem 0;
411 }
412
413 .jp-banner__button-container .dops-button.is-primary {
414 background: #00BE28;
415 border-color: #00a523;
416 }
417
418 .jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
419 background: #00a523;
420 border-color: #008b1d;
421 }
422
423 .jp-wpcom-connect__vertical-nav {
424 background-color: #F3F6F8;
425 }
426
427 @media (min-width: 600px) {
428 .jp-wpcom-connect__vertical-nav {
429 flex-direction: column;
430 justify-content: flex-start;
431 }
432 }
433
434 @media (max-width: 600px) {
435 .jp-wpcom-connect__vertical-nav {
436 display: none;
437 }
438 }
439
440 .jp-wpcom-connect__vertical-nav-container {
441 width: 15rem;
442 }
443
444 .vertical-menu__feature-item-label {
445 display: none;
446 }
447
448 @media (min-width: 600px) {
449 .vertical-menu__feature-item {
450 display: flex;
451 flex-direction: row;
452 align-items: center;
453 border: none;
454 padding: 0.75rem 0.5rem;
455 border-bottom: 1px solid #c8d7e1;
456 border-right: 1px solid #c8d7e1;
457 border-left: 3px solid #F3F6F8;
458 background-color: #F3F6F8;
459 color: #87a6bc;
460 cursor: pointer;
461 }
462 .vertical-menu__feature-item:last-of-type {
463 position: relative;
464 top: 1px;
465 }
466 .vertical-menu__feature-item-is-selected {
467 border-left: 3px solid #F3F6F8;
468 border-right: 1px solid #fff;
469 background-color: #fff;
470 color: #2e4453;
471 }
472 .vertical-menu__feature-item-is-selected.jp-feature-intro {
473 border-left: 3px solid #F3F6F8;
474 }
475 .vertical-menu__feature-item-icon {
476 width: 1.25rem;
477 height: 1.25rem;
478 padding: 0.25rem;
479 text-align: center;
480 }
481 .vertical-menu__feature-item svg {
482 fill: #86A6BD;
483 }
484 .vertical-menu__feature-item-is-selected svg {
485 fill: #3D596D;
486 }
487 .vertical-menu__feature-item-is-selected.jp-feature-intro svg {
488 fill: #00BE28;
489 }
490 .vertical-menu__feature-item-is-selected.wp-app-logo svg path {
491 fill: #3D596D;
492 }
493 .vertical-menu__feature-item-label {
494 display: block;
495 padding: 0.5rem;
496 }
497 }
498
499 /*# sourceMappingURL=jetpack-banners.css.map */
500