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 | |
| 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: 9999; |
| 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 | .jp-connect-full__svg-dismiss { |
| 101 | position: absolute; |
| 102 | right: 0; |
| 103 | top: 0; |
| 104 | fill: #87a6bc; |
| 105 | padding: 1rem; |
| 106 | height: 1.5rem; |
| 107 | width: 1.5rem; |
| 108 | } |
| 109 | |
| 110 | @media (max-width: 600px) { |
| 111 | .jp-connect-full__svg-dismiss { |
| 112 | top: 3.125rem; |
| 113 | } |
| 114 | } |
| 115 | |
| 116 | .jp-connect-full__step-header { |
| 117 | max-width: 700px; |
| 118 | margin: 0 auto; |
| 119 | line-height: 1.5; |
| 120 | } |
| 121 | |
| 122 | .jp-connect-full__step-header h2 { |
| 123 | margin: 1.5rem 0 0; |
| 124 | font-size: 1.375rem; |
| 125 | font-weight: bold; |
| 126 | color: black; |
| 127 | } |
| 128 | |
| 129 | .jp-connect-full__step-header h3 { |
| 130 | color: #537994; |
| 131 | font-size: 1rem; |
| 132 | font-weight: normal; |
| 133 | margin: 0.625rem 0 1.5rem; |
| 134 | } |
| 135 | |
| 136 | .jp-connect-full__step-header.bottom { |
| 137 | margin-top: 5rem; |
| 138 | } |
| 139 | |
| 140 | .jp-connect-full__tos-blurb { |
| 141 | font-size: 0.6875rem; |
| 142 | margin: 0 auto 1.5rem; |
| 143 | color: #537994; |
| 144 | } |
| 145 | |
| 146 | .jp-connect-full__tos-blurb a { |
| 147 | text-decoration: none; |
| 148 | color: #00BE28; |
| 149 | } |
| 150 | |
| 151 | .jp-connect-full__button-container { |
| 152 | margin: 0; |
| 153 | } |
| 154 | |
| 155 | .jp-connect-full__button-container .dops-button.is-primary { |
| 156 | background: #00BE28; |
| 157 | border-color: #00a523; |
| 158 | } |
| 159 | |
| 160 | .jp-connect-full__button-container .dops-button.is-primary:hover, .jp-connect-full__button-container .dops-button.is-primary:focus { |
| 161 | background: #00a523; |
| 162 | border-color: #008b1d; |
| 163 | } |
| 164 | |
| 165 | .jp-connect-full__dismiss { |
| 166 | cursor: pointer; |
| 167 | } |
| 168 | |
| 169 | .jp-connect-full__dismiss-paragraph { |
| 170 | font-size: .6875rem; |
| 171 | } |
| 172 | |
| 173 | .jp-connect-full__dismiss-paragraph a { |
| 174 | cursor: pointer; |
| 175 | color: #537994; |
| 176 | text-decoration: none; |
| 177 | } |
| 178 | |
| 179 | .jp-connect-full__dismiss-paragraph a:hover { |
| 180 | text-decoration: underline; |
| 181 | } |
| 182 | |
| 183 | .jp-connect-full__slide { |
| 184 | max-width: 750px; |
| 185 | margin: 4em auto; |
| 186 | display: -ms-flexbox; |
| 187 | display: flex; |
| 188 | -ms-flex-direction: row; |
| 189 | flex-direction: row; |
| 190 | -ms-flex-pack: stretch; |
| 191 | justify-content: stretch; |
| 192 | } |
| 193 | |
| 194 | .jp-connect-full__slide .jp-connect-full__slide-card { |
| 195 | -ms-flex: 1; |
| 196 | flex: 1; |
| 197 | text-align: left; |
| 198 | } |
| 199 | |
| 200 | .jp-connect-full__slide .illustration img { |
| 201 | margin: 2.5em 1em; |
| 202 | display: block; |
| 203 | } |
| 204 | |
| 205 | @media (min-width: 600px) { |
| 206 | .jp-connect-full__slide .illustration img { |
| 207 | margin: 2.5em auto; |
| 208 | width: 75%; |
| 209 | } |
| 210 | } |
| 211 | |
| 212 | .jp-connect-full__step-support { |
| 213 | max-width: 700px; |
| 214 | margin: 0 auto; |
| 215 | line-height: 1.25; |
| 216 | } |
| 217 | |
| 218 | .jp-connect-full__step-support h2 { |
| 219 | margin: 1rem 0 0; |
| 220 | font-size: 1.375rem; |
| 221 | font-weight: normal; |
| 222 | color: black; |
| 223 | } |
| 224 | |
| 225 | .jp-connect-full__step-support h3 { |
| 226 | color: #537994; |
| 227 | font-size: 1rem; |
| 228 | font-weight: normal; |
| 229 | margin: 0.625rem 0 1.5rem; |
| 230 | } |
| 231 | |
| 232 | .updated.jp-wpcom-connect__container { |
| 233 | border-left: none; |
| 234 | padding: 0; |
| 235 | box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; |
| 236 | } |
| 237 | |
| 238 | @media screen and (max-width: 782px) { |
| 239 | .updated.jp-wpcom-connect__container { |
| 240 | padding: 0 !important; |
| 241 | } |
| 242 | } |
| 243 | |
| 244 | .updated.jp-wpcom-connect__container .dops-button { |
| 245 | padding: 7px 14px 9px; |
| 246 | } |
| 247 | |
| 248 | .updated .notice-dismiss { |
| 249 | z-index: 1; |
| 250 | text-decoration: none; |
| 251 | } |
| 252 | |
| 253 | .jp-wpcom-connect__container { |
| 254 | display: block; |
| 255 | position: relative; |
| 256 | box-sizing: border-box; |
| 257 | } |
| 258 | |
| 259 | .jp-wpcom-connect__inner-container > a:first-child { |
| 260 | z-index: 1; |
| 261 | } |
| 262 | |
| 263 | .jp-wpcom-connect__inner-container { |
| 264 | display: -ms-flexbox; |
| 265 | display: flex; |
| 266 | -ms-flex-direction: row; |
| 267 | flex-direction: row; |
| 268 | -ms-flex-wrap: nowrap; |
| 269 | flex-wrap: nowrap; |
| 270 | -ms-flex-pack: left; |
| 271 | justify-content: left; |
| 272 | } |
| 273 | |
| 274 | .jp-wpcom-connect__content-container { |
| 275 | width: 1250px; |
| 276 | position: relative; |
| 277 | padding: 2rem; |
| 278 | z-index: 0; |
| 279 | } |
| 280 | |
| 281 | @media (min-width: 782px) { |
| 282 | .jp-wpcom-connect__content-container { |
| 283 | padding: 2rem 2rem 6rem 2rem; |
| 284 | } |
| 285 | } |
| 286 | |
| 287 | .jp-wpcom-connect__content-container p { |
| 288 | color: #4f748e; |
| 289 | font-size: 0.875rem; |
| 290 | } |
| 291 | |
| 292 | .jp-wpcom-connect__content-container h2 { |
| 293 | margin-top: 0; |
| 294 | color: #4F748E; |
| 295 | line-height: 1.6; |
| 296 | } |
| 297 | |
| 298 | .jp-wpcom-connect__content-icon { |
| 299 | float: right; |
| 300 | margin: 0 1.5rem 0 2.25rem; |
| 301 | } |
| 302 | |
| 303 | @media (max-width: 782px) { |
| 304 | .jp-wpcom-connect__content-icon.jp-connect-illo { |
| 305 | float: none; |
| 306 | width: 100%; |
| 307 | text-align: center; |
| 308 | margin: 2.25rem 0 1.5rem; |
| 309 | } |
| 310 | } |
| 311 | |
| 312 | .jp-wpcom-connect__slide { |
| 313 | display: none; |
| 314 | } |
| 315 | |
| 316 | .jp-wpcom-connect__slide.jp__slide-is-active { |
| 317 | display: block; |
| 318 | } |
| 319 | |
| 320 | @media (min-width: 782px) { |
| 321 | .jp-wpcom-connect__content-container .jp-banner__button-container { |
| 322 | position: absolute; |
| 323 | bottom: 0.5rem; |
| 324 | } |
| 325 | } |
| 326 | |
| 327 | .jp-banner__button-container .dops-button { |
| 328 | margin: 0.3125rem 0; |
| 329 | } |
| 330 | |
| 331 | .jp-banner__button-container .dops-button.is-primary { |
| 332 | background: #00BE28; |
| 333 | border-color: #00a523; |
| 334 | } |
| 335 | |
| 336 | .jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus { |
| 337 | background: #00a523; |
| 338 | border-color: #008b1d; |
| 339 | } |
| 340 | |
| 341 | .jp-wpcom-connect__vertical-nav { |
| 342 | background-color: #F3F6F8; |
| 343 | } |
| 344 | |
| 345 | @media (min-width: 600px) { |
| 346 | .jp-wpcom-connect__vertical-nav { |
| 347 | -ms-flex-direction: column; |
| 348 | flex-direction: column; |
| 349 | -ms-flex-pack: start; |
| 350 | justify-content: flex-start; |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | @media (max-width: 600px) { |
| 355 | .jp-wpcom-connect__vertical-nav { |
| 356 | display: none; |
| 357 | } |
| 358 | } |
| 359 | |
| 360 | .jp-wpcom-connect__vertical-nav-container { |
| 361 | width: 15rem; |
| 362 | } |
| 363 | |
| 364 | .vertical-menu__feature-item-label { |
| 365 | display: none; |
| 366 | } |
| 367 | |
| 368 | @media (min-width: 600px) { |
| 369 | .vertical-menu__feature-item { |
| 370 | display: -ms-flexbox; |
| 371 | display: flex; |
| 372 | -ms-flex-direction: row; |
| 373 | flex-direction: row; |
| 374 | -ms-flex-align: center; |
| 375 | align-items: center; |
| 376 | border: none; |
| 377 | padding: 0.5rem; |
| 378 | border-bottom: 1px solid #c8d7e1; |
| 379 | border-right: 1px solid #c8d7e1; |
| 380 | border-left: 3px solid #F3F6F8; |
| 381 | background-color: #F3F6F8; |
| 382 | color: #87a6bc; |
| 383 | cursor: pointer; |
| 384 | } |
| 385 | .vertical-menu__feature-item:last-of-type { |
| 386 | position: relative; |
| 387 | top: 1px; |
| 388 | } |
| 389 | .vertical-menu__feature-item-is-selected { |
| 390 | border-left: 3px solid #0087be; |
| 391 | border-right: 1px solid #fff; |
| 392 | background-color: #fff; |
| 393 | color: #2e4453; |
| 394 | } |
| 395 | .vertical-menu__feature-item-is-selected.jp-feature-intro { |
| 396 | border-left: 3px solid #00BE28; |
| 397 | } |
| 398 | .vertical-menu__feature-item-icon { |
| 399 | width: 1.25rem; |
| 400 | height: 1.25rem; |
| 401 | padding: 0.25rem; |
| 402 | text-align: center; |
| 403 | } |
| 404 | .vertical-menu__feature-item svg { |
| 405 | fill: #86A6BD; |
| 406 | } |
| 407 | .vertical-menu__feature-item-is-selected svg { |
| 408 | fill: #3D596D; |
| 409 | } |
| 410 | .vertical-menu__feature-item-is-selected.jp-feature-intro svg { |
| 411 | fill: #00BE28; |
| 412 | } |
| 413 | .vertical-menu__feature-item-is-selected.wp-app-logo svg path { |
| 414 | fill: #3D596D; |
| 415 | } |
| 416 | .vertical-menu__feature-item-label { |
| 417 | display: block; |
| 418 | padding: 0.5rem; |
| 419 | } |
| 420 | } |
| 421 | |
| 422 | /*# sourceMappingURL=jetpack-banners.css.map */ |
| 423 |