| 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 |
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.jetpack-logo { |
| 110 |
width: 160px; |
| 111 |
} |
| 112 |
|
| 113 |
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.support-characters { |
| 114 |
margin-top: 1.5rem; |
| 115 |
width: 50%; |
| 116 |
} |
| 117 |
|
| 118 |
.jetpack-disconnected .jp-connect-full__container h4 { |
| 119 |
line-height: 1.25; |
| 120 |
font-size: 1.375rem; |
| 121 |
font-weight: normal; |
| 122 |
margin: 1em 0; |
| 123 |
} |
| 124 |
|
| 125 |
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container { |
| 126 |
position: relative; |
| 127 |
bottom: 0; |
| 128 |
box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee; |
| 129 |
display: none; |
| 130 |
} |
| 131 |
|
| 132 |
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container .jp-connect-full__container-card { |
| 133 |
margin: 0; |
| 134 |
} |
| 135 |
|
| 136 |
@media (min-width: 782px) { |
| 137 |
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container { |
| 138 |
left: 0; |
| 139 |
} |
| 140 |
} |
| 141 |
|
| 142 |
@media (max-width: 782px) { |
| 143 |
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container { |
| 144 |
top: 46px; |
| 145 |
} |
| 146 |
} |
| 147 |
|
| 148 |
.jetpack-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .jp-connect-full__container { |
| 149 |
display: block; |
| 150 |
} |
| 151 |
|
| 152 |
.jp-connect-full__svg-dismiss { |
| 153 |
position: absolute; |
| 154 |
right: 0; |
| 155 |
top: 0; |
| 156 |
fill: #a2a2a2; |
| 157 |
padding: 1rem; |
| 158 |
height: 1.5rem; |
| 159 |
width: 1.5rem; |
| 160 |
} |
| 161 |
|
| 162 |
.jp-connect-full__step-header { |
| 163 |
max-width: 700px; |
| 164 |
margin: 0 auto; |
| 165 |
line-height: 1.5; |
| 166 |
} |
| 167 |
|
| 168 |
.jp-connect-full__step-header h2 { |
| 169 |
margin: 1.5rem 10% 0; |
| 170 |
font-size: 1.375rem; |
| 171 |
font-weight: bold; |
| 172 |
color: black; |
| 173 |
} |
| 174 |
|
| 175 |
@media (max-width: 530px) { |
| 176 |
.jp-connect-full__step-header h2 { |
| 177 |
margin: 1.5rem 0 0; |
| 178 |
} |
| 179 |
} |
| 180 |
|
| 181 |
.jp-connect-full__step-header h3 { |
| 182 |
color: #747474; |
| 183 |
font-size: 1rem; |
| 184 |
font-weight: normal; |
| 185 |
margin: 0.625rem 0 1.5rem; |
| 186 |
} |
| 187 |
|
| 188 |
.jp-connect-full__step-header.bottom { |
| 189 |
margin-top: 5rem; |
| 190 |
} |
| 191 |
|
| 192 |
.jp-connect-full__button-container { |
| 193 |
margin: 0; |
| 194 |
} |
| 195 |
|
| 196 |
.jp-connect-full__button-container .dops-button.is-primary { |
| 197 |
background: #00BE28; |
| 198 |
border-color: #00a523; |
| 199 |
padding-left: 1.5rem; |
| 200 |
padding-right: 1.5rem; |
| 201 |
} |
| 202 |
|
| 203 |
.jp-connect-full__button-container .dops-button.is-primary:hover, .jp-connect-full__button-container .dops-button.is-primary:focus { |
| 204 |
background: #00a523; |
| 205 |
border-color: #008b1d; |
| 206 |
} |
| 207 |
|
| 208 |
.jp-connect-full__tos-blurb { |
| 209 |
font-size: 0.6875rem; |
| 210 |
margin: 0 auto 1rem; |
| 211 |
} |
| 212 |
|
| 213 |
.jp-connect-full__dismiss { |
| 214 |
cursor: pointer; |
| 215 |
} |
| 216 |
|
| 217 |
.jp-connect-full__dismiss-paragraph { |
| 218 |
font-size: .6875rem; |
| 219 |
} |
| 220 |
|
| 221 |
.jp-connect-full__tos-blurb a, |
| 222 |
.jp-connect-full__dismiss-paragraph a { |
| 223 |
cursor: pointer; |
| 224 |
color: inherit; |
| 225 |
text-decoration: underline; |
| 226 |
} |
| 227 |
|
| 228 |
.jp-connect-full__row { |
| 229 |
display: flex; |
| 230 |
justify-content: space-evenly; |
| 231 |
text-align: left; |
| 232 |
align-items: baseline; |
| 233 |
margin: 0 auto; |
| 234 |
max-width: 1000px; |
| 235 |
} |
| 236 |
|
| 237 |
.jp-connect-full__slide { |
| 238 |
max-width: 35%; |
| 239 |
margin: 3rem 0; |
| 240 |
} |
| 241 |
|
| 242 |
@media (max-width: 782px) { |
| 243 |
.jp-connect-full__slide { |
| 244 |
margin: 1.875rem 0; |
| 245 |
} |
| 246 |
} |
| 247 |
|
| 248 |
.jp-connect-full__slide p { |
| 249 |
font-size: 0.875rem; |
| 250 |
} |
| 251 |
|
| 252 |
.jp-connect-full__slide .illustration { |
| 253 |
padding: 0.75rem; |
| 254 |
} |
| 255 |
|
| 256 |
@media (min-width: 600px) { |
| 257 |
.jp-connect-full__slide .illustration { |
| 258 |
margin-bottom: 2.625rem; |
| 259 |
} |
| 260 |
} |
| 261 |
|
| 262 |
.jp-connect-full__step-support { |
| 263 |
max-width: 700px; |
| 264 |
margin: 0 auto; |
| 265 |
line-height: 1.25; |
| 266 |
} |
| 267 |
|
| 268 |
.jp-connect-full__step-support h2 { |
| 269 |
margin: 1rem 0 0; |
| 270 |
font-size: 1.375rem; |
| 271 |
font-weight: normal; |
| 272 |
color: black; |
| 273 |
} |
| 274 |
|
| 275 |
.jp-connect-full__step-support h3 { |
| 276 |
color: #747474; |
| 277 |
font-size: 1rem; |
| 278 |
font-weight: normal; |
| 279 |
margin: 0.625rem 0 1.5rem; |
| 280 |
} |
| 281 |
|
| 282 |
@media screen and (max-width: 480px) { |
| 283 |
.jp-connect-full__row { |
| 284 |
display: block; |
| 285 |
} |
| 286 |
.jp-connect-full__slide { |
| 287 |
margin: 2em 0; |
| 288 |
max-width: 100%; |
| 289 |
} |
| 290 |
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card { |
| 291 |
padding: 3rem 2rem; |
| 292 |
} |
| 293 |
} |
| 294 |
|
| 295 |
.updated.jp-wpcom-connect__container { |
| 296 |
border-left: none; |
| 297 |
padding: 0; |
| 298 |
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; |
| 299 |
} |
| 300 |
|
| 301 |
@media screen and (max-width: 782px) { |
| 302 |
.updated.jp-wpcom-connect__container { |
| 303 |
padding: 0 !important; |
| 304 |
} |
| 305 |
} |
| 306 |
|
| 307 |
.updated.jp-wpcom-connect__container .dops-button { |
| 308 |
padding: 7px 14px 9px; |
| 309 |
} |
| 310 |
|
| 311 |
.updated .notice-dismiss { |
| 312 |
z-index: 1; |
| 313 |
text-decoration: none; |
| 314 |
} |
| 315 |
|
| 316 |
.updated .notice-dismiss:before { |
| 317 |
color: white; |
| 318 |
} |
| 319 |
|
| 320 |
.jp-wpcom-connect__container-top-text { |
| 321 |
padding: 15px 35px 25px 15px; |
| 322 |
background-color: #00BE28; |
| 323 |
color: white; |
| 324 |
display: flex; |
| 325 |
align-items: baseline; |
| 326 |
} |
| 327 |
|
| 328 |
.jp-wpcom-connect__container-top-text svg { |
| 329 |
width: 24px; |
| 330 |
height: 24px; |
| 331 |
margin-right: 10px; |
| 332 |
position: relative; |
| 333 |
top: 7px; |
| 334 |
} |
| 335 |
|
| 336 |
@media (max-width: 530px) { |
| 337 |
.jp-wpcom-connect__container-top-text svg { |
| 338 |
flex: 1; |
| 339 |
} |
| 340 |
} |
| 341 |
|
| 342 |
.jp-wpcom-connect__container-top-text svg path { |
| 343 |
fill: #fff; |
| 344 |
} |
| 345 |
|
| 346 |
.jp-wpcom-connect__container-top-text span { |
| 347 |
display: inline-block; |
| 348 |
} |
| 349 |
|
| 350 |
@media (max-width: 530px) { |
| 351 |
.jp-wpcom-connect__container-top-text span { |
| 352 |
flex: 9; |
| 353 |
} |
| 354 |
} |
| 355 |
|
| 356 |
.jp-wpcom-connect__container { |
| 357 |
display: block; |
| 358 |
position: relative; |
| 359 |
box-sizing: border-box; |
| 360 |
background-color: #00BE28; |
| 361 |
} |
| 362 |
|
| 363 |
.jp-wpcom-connect__inner-container > a:first-child { |
| 364 |
z-index: 1; |
| 365 |
} |
| 366 |
|
| 367 |
.jp-wpcom-connect__inner-container { |
| 368 |
display: flex; |
| 369 |
flex-direction: row; |
| 370 |
flex-wrap: nowrap; |
| 371 |
justify-content: left; |
| 372 |
background: #fff; |
| 373 |
} |
| 374 |
|
| 375 |
.jp-wpcom-connect__content-container { |
| 376 |
width: 1250px; |
| 377 |
position: relative; |
| 378 |
padding: 2rem; |
| 379 |
z-index: 0; |
| 380 |
} |
| 381 |
|
| 382 |
.jp-wpcom-connect__content-container p { |
| 383 |
color: #6f6f6f; |
| 384 |
font-size: 0.875rem; |
| 385 |
} |
| 386 |
|
| 387 |
.jp-wpcom-connect__content-container h2 { |
| 388 |
margin-top: 0; |
| 389 |
line-height: 1.6; |
| 390 |
display: block; |
| 391 |
margin-bottom: 1.5rem; |
| 392 |
} |
| 393 |
|
| 394 |
@media (max-width: 530px) { |
| 395 |
.jp-wpcom-connect__hide-phone-and-smaller { |
| 396 |
display: none !important; |
| 397 |
} |
| 398 |
} |
| 399 |
|
| 400 |
.jp-wpcom-connect__content-icon { |
| 401 |
margin: 0 1.5rem; |
| 402 |
display: flex; |
| 403 |
flex-direction: column; |
| 404 |
} |
| 405 |
|
| 406 |
.jp-connect-illo img { |
| 407 |
display: block; |
| 408 |
margin: 0 auto; |
| 409 |
} |
| 410 |
|
| 411 |
.jp-connect-illo img.jetpack-logo { |
| 412 |
margin-bottom: 2.25rem; |
| 413 |
} |
| 414 |
|
| 415 |
@media (max-width: 530px) { |
| 416 |
.jp-connect-illo img.jetpack-logo { |
| 417 |
margin-left: 0; |
| 418 |
} |
| 419 |
} |
| 420 |
|
| 421 |
@media (max-width: 782px) { |
| 422 |
.jp-connect-illo { |
| 423 |
width: 100%; |
| 424 |
margin: 0.5rem 0; |
| 425 |
display: block; |
| 426 |
} |
| 427 |
} |
| 428 |
|
| 429 |
@media (min-width: 900px) { |
| 430 |
.jp-wpcom-connect__slide-text { |
| 431 |
padding-left: 2.8125rem; |
| 432 |
} |
| 433 |
} |
| 434 |
|
| 435 |
.jp-wpcom-connect__slide { |
| 436 |
display: none; |
| 437 |
} |
| 438 |
|
| 439 |
.jp-wpcom-connect__slide.jp__slide-is-active { |
| 440 |
display: flex; |
| 441 |
align-items: flex-start; |
| 442 |
} |
| 443 |
|
| 444 |
@media (max-width: 782px) { |
| 445 |
.jp-wpcom-connect__slide.jp__slide-is-active { |
| 446 |
display: block; |
| 447 |
} |
| 448 |
} |
| 449 |
|
| 450 |
.jp-wpcom-connect__slide ul { |
| 451 |
list-style: disc; |
| 452 |
padding: 0 0 0 0.9375rem; |
| 453 |
} |
| 454 |
|
| 455 |
.jp-wpcom-connect__slide ul li { |
| 456 |
color: #6f6f6f; |
| 457 |
font-size: 0.75rem; |
| 458 |
} |
| 459 |
|
| 460 |
.jp-banner__button-container .dops-button { |
| 461 |
margin: 0.3125rem 0; |
| 462 |
} |
| 463 |
|
| 464 |
.jp-banner__button-container .dops-button.is-primary { |
| 465 |
background: #00BE28; |
| 466 |
border-color: #00a523; |
| 467 |
padding-left: 1.5rem; |
| 468 |
padding-right: 1.5rem; |
| 469 |
flex-shrink: 0; |
| 470 |
} |
| 471 |
|
| 472 |
.jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus { |
| 473 |
background: #00a523; |
| 474 |
border-color: #008b1d; |
| 475 |
} |
| 476 |
|
| 477 |
/*# sourceMappingURL=jetpack-banners.css.map */ |
| 478 |
|