cleanslate-rtl.css
3 years ago
cleanslate-rtl.min.css
3 years ago
cleanslate.css
3 years ago
cleanslate.min.css
3 years ago
dashboard-widget-rtl.css
3 years ago
dashboard-widget-rtl.min.css
3 years ago
dashboard-widget.css
3 years ago
dashboard-widget.min.css
3 years ago
jetpack-admin-rtl.css
3 years ago
jetpack-admin-rtl.min.css
3 years ago
jetpack-admin.css
3 years ago
jetpack-admin.min.css
3 years ago
jetpack-banners-emerald-rtl.css
3 years ago
jetpack-banners-emerald-rtl.min.css
3 years ago
jetpack-banners-emerald.css
3 years ago
jetpack-banners-emerald.min.css
3 years ago
jetpack-connect-rtl.css
4 years ago
jetpack-connect-rtl.min.css
4 years ago
jetpack-connect.css
4 years ago
jetpack-connect.min.css
4 years ago
jetpack-connection-banner-rtl.css
3 years ago
jetpack-connection-banner-rtl.min.css
3 years ago
jetpack-connection-banner.css
3 years ago
jetpack-connection-banner.min.css
3 years ago
jetpack-connection-widget-rtl.css
3 years ago
jetpack-connection-widget-rtl.min.css
3 years ago
jetpack-connection-widget.css
3 years ago
jetpack-connection-widget.min.css
3 years ago
jetpack-deactivate-dialog-rtl.css
4 years ago
jetpack-deactivate-dialog-rtl.min.css
4 years ago
jetpack-deactivate-dialog.css
4 years ago
jetpack-deactivate-dialog.min.css
4 years ago
jetpack-recommendations-banner-rtl.css
3 years ago
jetpack-recommendations-banner-rtl.min.css
3 years ago
jetpack-recommendations-banner.css
3 years ago
jetpack-recommendations-banner.min.css
3 years ago
jetpack-rtl.css
3 years ago
jetpack.css
3 years ago
wordads-ccpa-rtl.css
3 years ago
wordads-ccpa-rtl.min.css
3 years ago
wordads-ccpa.css
3 years ago
wordads-ccpa.min.css
3 years ago
jetpack-connection-banner.css
429 lines
| 1 | @charset "UTF-8"; |
| 2 | :root { |
| 3 | --font-title-large: 36px; |
| 4 | --font-title-small: 24px; |
| 5 | --font-body: 16px; |
| 6 | --font-label: 12px; |
| 7 | --jp-black: #000000; |
| 8 | --jp-black-80: #2c3338; |
| 9 | --jp-white: #ffffff; |
| 10 | --jp-white-off: #f9f9f6; |
| 11 | --jp-gray: #dcdcde; |
| 12 | --jp-gray-0: #F6F7F7; |
| 13 | --jp-gray-5: #dcdcde; |
| 14 | --jp-gray-10: #c3c4c7; |
| 15 | --jp-gray-20: #A7AAAD; |
| 16 | --jp-gray-30: #8c8f94; |
| 17 | --jp-gray-40: #787C82; |
| 18 | --jp-gray-50: #646970; |
| 19 | --jp-gray-60: #50575E; |
| 20 | --jp-gray-70: #3c434a; |
| 21 | --jp-gray-80: #2C3338; |
| 22 | --jp-gray-90: #1d2327; |
| 23 | --jp-gray-100: #101517; |
| 24 | --jp-gray-off: #e2e2df; |
| 25 | --jp-yellow-10: #f2cf75; |
| 26 | --jp-orange-20: #faa754; |
| 27 | --jp-red-0: #F7EBEC; |
| 28 | --jp-red-50: #D63638; |
| 29 | --jp-red-60: #B32D2E; |
| 30 | --jp-red-80: #8A2424; |
| 31 | --jp-red: #d63639; |
| 32 | --jp-pink: #C9356E; |
| 33 | --jp-green-0: #f0f2eb; |
| 34 | --jp-green-5: #d0e6b8; |
| 35 | --jp-green-10: #9dd977; |
| 36 | --jp-green-20: #64ca43; |
| 37 | --jp-green-30: #2fb41f; |
| 38 | --jp-green-40: #069e08; |
| 39 | --jp-green-50: #008710; |
| 40 | --jp-green-60: #007117; |
| 41 | --jp-green-70: #005b18; |
| 42 | --jp-green-80: #004515; |
| 43 | --jp-green-90: #003010; |
| 44 | --jp-green-100: #001c09; |
| 45 | --jp-green: #069e08; |
| 46 | --jp-green-primary: var(--jp-green-40); |
| 47 | --jp-green-secondary: var(--jp-green-30); |
| 48 | --jp-border-radius: 4px; |
| 49 | --jp-menu-border-height: 1px; |
| 50 | --jp-underline-thickness: 2px; |
| 51 | --jp-modal-padding-large: 32px; |
| 52 | --jp-modal-padding: 24px; |
| 53 | --jp-modal-padding-small: 16px; |
| 54 | --jp-modal-radius: 8px; |
| 55 | --jp-button-padding: 8px; |
| 56 | --jp-button-radius: 4px; |
| 57 | --jp-gap: 16px; |
| 58 | --jp-highlight: #3858e9; |
| 59 | } |
| 60 | |
| 61 | /********* Mixins *********/ |
| 62 | /********* Generic styles *********/ |
| 63 | body { |
| 64 | min-height: 100%; |
| 65 | margin: 0; |
| 66 | padding: 0; |
| 67 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; |
| 68 | } |
| 69 | |
| 70 | .jp-wrap { |
| 71 | display: flex; |
| 72 | align-items: center; |
| 73 | flex-wrap: wrap; |
| 74 | max-width: 1128px; |
| 75 | margin: 0 auto; |
| 76 | } |
| 77 | |
| 78 | .jp-row { |
| 79 | display: grid; |
| 80 | grid-gap: 24px; |
| 81 | grid-template-columns: repeat(4, 1fr); |
| 82 | width: 100%; |
| 83 | margin: 0 16px; |
| 84 | } |
| 85 | @media (min-width: 600px) { |
| 86 | .jp-row { |
| 87 | grid-template-columns: repeat(8, 1fr); |
| 88 | margin: 0 18px; |
| 89 | } |
| 90 | } |
| 91 | @media (min-width: 960px) { |
| 92 | .jp-row { |
| 93 | grid-template-columns: repeat(12, 1fr); |
| 94 | max-width: 1128px; |
| 95 | margin: 0 24px; |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | .sm-col-span-1 { |
| 100 | grid-column-end: span 1; |
| 101 | } |
| 102 | |
| 103 | .sm-col-span-2 { |
| 104 | grid-column-end: span 2; |
| 105 | } |
| 106 | |
| 107 | .sm-col-span-3 { |
| 108 | grid-column-end: span 3; |
| 109 | } |
| 110 | |
| 111 | .sm-col-span-4 { |
| 112 | grid-column-end: span 4; |
| 113 | } |
| 114 | |
| 115 | @media (min-width: 600px) { |
| 116 | .md-col-span-1 { |
| 117 | grid-column-end: span 1; |
| 118 | } |
| 119 | |
| 120 | .md-col-span-2 { |
| 121 | grid-column-end: span 2; |
| 122 | } |
| 123 | |
| 124 | .md-col-span-3 { |
| 125 | grid-column-end: span 3; |
| 126 | } |
| 127 | |
| 128 | .md-col-span-4 { |
| 129 | grid-column-end: span 4; |
| 130 | } |
| 131 | |
| 132 | .md-col-span-5 { |
| 133 | grid-column-end: span 5; |
| 134 | } |
| 135 | |
| 136 | .md-col-span-6 { |
| 137 | grid-column-end: span 6; |
| 138 | } |
| 139 | |
| 140 | .md-col-span-7 { |
| 141 | grid-column-end: span 7; |
| 142 | } |
| 143 | |
| 144 | .md-col-span-8 { |
| 145 | grid-column-end: span 8; |
| 146 | } |
| 147 | } |
| 148 | @media (min-width: 960px) { |
| 149 | .lg-col-span-1 { |
| 150 | grid-column-end: span 1; |
| 151 | } |
| 152 | |
| 153 | .lg-col-span-2 { |
| 154 | grid-column-end: span 2; |
| 155 | } |
| 156 | |
| 157 | .lg-col-span-3 { |
| 158 | grid-column-end: span 3; |
| 159 | } |
| 160 | |
| 161 | .lg-col-span-4 { |
| 162 | grid-column-end: span 4; |
| 163 | } |
| 164 | |
| 165 | .lg-col-span-5 { |
| 166 | grid-column-end: span 5; |
| 167 | } |
| 168 | |
| 169 | .lg-col-span-6 { |
| 170 | grid-column-end: span 6; |
| 171 | } |
| 172 | |
| 173 | .lg-col-span-7 { |
| 174 | grid-column-end: span 7; |
| 175 | } |
| 176 | |
| 177 | .lg-col-span-8 { |
| 178 | grid-column-end: span 8; |
| 179 | } |
| 180 | |
| 181 | .lg-col-span-9 { |
| 182 | grid-column-end: span 9; |
| 183 | } |
| 184 | |
| 185 | .lg-col-span-10 { |
| 186 | grid-column-end: span 10; |
| 187 | } |
| 188 | |
| 189 | .lg-col-span-11 { |
| 190 | grid-column-end: span 11; |
| 191 | } |
| 192 | |
| 193 | .lg-col-span-12 { |
| 194 | grid-column-end: span 12; |
| 195 | } |
| 196 | } |
| 197 | @media (max-width: 960px) { |
| 198 | .md-col-span-0 { |
| 199 | display: none; |
| 200 | } |
| 201 | } |
| 202 | @media (max-width: 600px) { |
| 203 | .sm-col-span-0 { |
| 204 | display: none; |
| 205 | } |
| 206 | } |
| 207 | .jp-cut { |
| 208 | position: relative; |
| 209 | display: block; |
| 210 | margin: 32px 0; |
| 211 | padding: 16px 64px 16px 24px; |
| 212 | border: 2px solid var(--jp-green-primary); |
| 213 | border-radius: var(--jp-border-radius); |
| 214 | text-decoration: none; |
| 215 | } |
| 216 | .jp-cut span { |
| 217 | display: block; |
| 218 | } |
| 219 | .jp-cut span:last-of-type { |
| 220 | font-weight: 600; |
| 221 | } |
| 222 | .jp-cut:hover span:last-of-type, .jp-cut:focus span:last-of-type { |
| 223 | text-decoration: underline; |
| 224 | text-decoration-thickness: var(--jp-underline-thickness); |
| 225 | } |
| 226 | .jp-cut:hover:after, .jp-cut:focus:after { |
| 227 | transform: translateY(-50%) translateX(8px); |
| 228 | } |
| 229 | .jp-cut:after { |
| 230 | content: "→"; |
| 231 | position: absolute; |
| 232 | top: 50%; |
| 233 | right: 24px; |
| 234 | font-size: 24px; |
| 235 | font-weight: 600; |
| 236 | color: var(--jp-green-primary); |
| 237 | transform: translateY(-50%); |
| 238 | transition: transform 0.15s ease-out; |
| 239 | } |
| 240 | |
| 241 | .jp-banner-cta-button { |
| 242 | background: #000; |
| 243 | border-color: #000; |
| 244 | color: #fff; |
| 245 | border-style: solid; |
| 246 | border-width: 1px; |
| 247 | border-radius: 4px; |
| 248 | cursor: pointer; |
| 249 | display: inline-block; |
| 250 | margin: 0; |
| 251 | outline: 0; |
| 252 | overflow: hidden; |
| 253 | font-size: 0.875rem; |
| 254 | font-weight: 600; |
| 255 | text-overflow: ellipsis; |
| 256 | vertical-align: top; |
| 257 | box-sizing: border-box; |
| 258 | padding: 0.625rem 1.5rem; |
| 259 | transition: all 150ms ease-in-out; |
| 260 | text-decoration: none; |
| 261 | } |
| 262 | @media (max-width: 480px) { |
| 263 | .jp-banner-cta-button { |
| 264 | width: 100%; |
| 265 | text-align: center; |
| 266 | } |
| 267 | } |
| 268 | .jp-banner-cta-button:hover, .jp-banner-cta-button:active { |
| 269 | background: var(--jp-gray-80); |
| 270 | border-color: var(--jp-gray-80); |
| 271 | color: var(--jp-white); |
| 272 | } |
| 273 | .jp-banner-cta-button:focus { |
| 274 | box-shadow: none; |
| 275 | outline: solid 1px var(--jp-black); |
| 276 | outline-offset: 1px; |
| 277 | } |
| 278 | |
| 279 | .jp-connection-banner { |
| 280 | display: block; |
| 281 | margin: 3rem 1.25rem 1.25rem 0; |
| 282 | box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.03); |
| 283 | border: 1px solid #d5d5d5; |
| 284 | position: relative; |
| 285 | } |
| 286 | @media (max-width: 1152px) { |
| 287 | .jp-connection-banner { |
| 288 | margin: 4rem 1.25rem 1.25rem 0; |
| 289 | } |
| 290 | } |
| 291 | @media (max-width: 480px) { |
| 292 | .jp-connection-banner .notice-dismiss { |
| 293 | padding: 1rem; |
| 294 | } |
| 295 | } |
| 296 | |
| 297 | .jp-connection-banner__inner { |
| 298 | display: grid; |
| 299 | grid-template-columns: minmax(auto, 750px) 500px; |
| 300 | justify-content: space-between; |
| 301 | min-height: 400px; |
| 302 | background: #fff; |
| 303 | overflow: hidden; |
| 304 | } |
| 305 | @media (max-width: 1152px) { |
| 306 | .jp-connection-banner__inner { |
| 307 | grid-template-columns: 100% 0%; |
| 308 | } |
| 309 | } |
| 310 | |
| 311 | .jp-connection-banner__content { |
| 312 | display: inline-flex; |
| 313 | flex-direction: column; |
| 314 | padding: 2rem 3rem 2rem 4rem; |
| 315 | } |
| 316 | @media (max-width: 1152px) { |
| 317 | .jp-connection-banner__content { |
| 318 | padding: 2rem 2rem; |
| 319 | } |
| 320 | } |
| 321 | @media (max-width: 480px) { |
| 322 | .jp-connection-banner__content { |
| 323 | padding: 2rem 1rem; |
| 324 | } |
| 325 | } |
| 326 | |
| 327 | .jp-connection-banner__logo { |
| 328 | margin: 0 0 1.25rem; |
| 329 | } |
| 330 | |
| 331 | .jp-connection-banner__title { |
| 332 | width: 70%; |
| 333 | margin: 0 0 2rem; |
| 334 | color: var(--jp-gray-80); |
| 335 | font-size: 1.8rem; |
| 336 | line-height: 2.1rem; |
| 337 | } |
| 338 | @media (max-width: 1400px) { |
| 339 | .jp-connection-banner__title { |
| 340 | width: 100%; |
| 341 | } |
| 342 | } |
| 343 | @media (max-width: 480px) { |
| 344 | .jp-connection-banner__title { |
| 345 | font-size: 1.4rem; |
| 346 | line-height: 1.7rem; |
| 347 | } |
| 348 | } |
| 349 | .jp-connection-banner__title--warning { |
| 350 | width: 100%; |
| 351 | } |
| 352 | |
| 353 | .jp-connection-banner__warning-icon { |
| 354 | fill: #eec74f; |
| 355 | margin-right: -4px; |
| 356 | transform: translate(-4px, 8px); |
| 357 | } |
| 358 | |
| 359 | .jp-connection-banner__columns { |
| 360 | display: grid; |
| 361 | grid-template-columns: repeat(2, 1fr); |
| 362 | grid-column-gap: 2.5rem; |
| 363 | } |
| 364 | @media (max-width: 480px) { |
| 365 | .jp-connection-banner__columns { |
| 366 | grid-template-columns: 1fr; |
| 367 | } |
| 368 | } |
| 369 | |
| 370 | .jp-connection-banner__text { |
| 371 | margin: 0 0 2rem; |
| 372 | font-size: 0.875rem; |
| 373 | line-height: 1.5rem; |
| 374 | color: var(--jp-gray-100); |
| 375 | letter-spacing: -0.02em; |
| 376 | white-space: pre-line; |
| 377 | } |
| 378 | .jp-connection-banner__text--caption { |
| 379 | margin-bottom: 1rem; |
| 380 | font-size: 0.75rem; |
| 381 | } |
| 382 | .jp-connection-banner__text a { |
| 383 | color: inherit; |
| 384 | } |
| 385 | |
| 386 | .jp-connection-banner__footer { |
| 387 | display: block; |
| 388 | margin-top: auto; |
| 389 | } |
| 390 | |
| 391 | .jp-connection-banner__image-container { |
| 392 | position: relative; |
| 393 | } |
| 394 | |
| 395 | .jp-connection-banner__image-background { |
| 396 | position: absolute; |
| 397 | width: 100%; |
| 398 | height: 100%; |
| 399 | right: 0; |
| 400 | bottom: 0; |
| 401 | } |
| 402 | |
| 403 | .jp-connection-banner__image { |
| 404 | position: absolute; |
| 405 | bottom: 0; |
| 406 | left: 50px; |
| 407 | } |
| 408 | |
| 409 | .jp-connection-banner__container-top-text { |
| 410 | padding: 1rem 2.25rem 1.5rem 1rem; |
| 411 | background-color: #069e08; |
| 412 | color: white; |
| 413 | display: flex; |
| 414 | align-items: baseline; |
| 415 | } |
| 416 | .jp-connection-banner__container-top-text svg { |
| 417 | width: 24px; |
| 418 | height: 24px; |
| 419 | margin-right: 0.625rem; |
| 420 | position: relative; |
| 421 | top: 7px; |
| 422 | } |
| 423 | .jp-connection-banner__container-top-text svg path { |
| 424 | fill: #fff; |
| 425 | } |
| 426 | .jp-connection-banner__container-top-text + .notice-dismiss:before { |
| 427 | color: white; |
| 428 | } |
| 429 |