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