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