| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422 |
- /*!
- * Do not modify this file directly. It is compiled SASS code.
- */
- @charset "UTF-8";
- /*
- The MIT License (MIT)
- Copyright © 2011–2015 thoughtbot, inc.
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
- documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
- persons to whom the Software is furnished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in all copies or substantial
- portions of the Software.
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- https://github.com/thoughtbot/bourbon
- */
- .updated.jp-banner {
- position: relative;
- padding: 0;
- }
- .updated .jp-banner__header {
- font-size: 1.125rem;
- font-weight: 400;
- margin-top: 0;
- }
- .updated .jp-banner__button-container {
- padding: 0.75rem 0 0;
- }
- .updated .jp-banner__tos-blurb {
- display: block;
- padding: 0.375rem 0;
- line-height: 1.5;
- font-size: 0.6875rem;
- color: #2e4453;
- }
- .jp-banner .notice-dismiss {
- text-decoration: none;
- }
- .jp-banner__description {
- font-size: 0.875rem;
- }
- .jp-banner__description-container {
- padding: 1rem;
- }
- .jetpack-disconnected .jp-connect-full__container {
- box-sizing: border-box;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 1.25rem;
- left: 0;
- z-index: 9999;
- background: #f1f1f1;
- text-align: center;
- }
- .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card {
- padding: 3rem 4rem 6rem;
- background: white;
- margin: 1em;
- }
- .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.jetpack-logo {
- width: 160px;
- }
- .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.support-characters {
- margin-top: 1.5rem;
- width: 50%;
- }
- .jetpack-disconnected .jp-connect-full__container h4 {
- line-height: 1.25;
- font-size: 1.375rem;
- font-weight: normal;
- margin: 1em 0;
- }
- @media (min-width: 782px) {
- .jetpack-disconnected .jp-connect-full__container {
- left: -20px;
- }
- }
- .jp-connect-full__svg-dismiss {
- position: absolute;
- right: 0;
- top: 0;
- fill: #87a6bc;
- padding: 1rem;
- height: 1.5rem;
- width: 1.5rem;
- }
- @media (max-width: 600px) {
- .jp-connect-full__svg-dismiss {
- top: 3.125rem;
- }
- }
- .jp-connect-full__step-header {
- max-width: 700px;
- margin: 0 auto;
- line-height: 1.5;
- }
- .jp-connect-full__step-header h2 {
- margin: 1.5rem 0 0;
- font-size: 1.375rem;
- font-weight: bold;
- color: black;
- }
- .jp-connect-full__step-header h3 {
- color: #537994;
- font-size: 1rem;
- font-weight: normal;
- margin: 0.625rem 0 1.5rem;
- }
- .jp-connect-full__step-header.bottom {
- margin-top: 5rem;
- }
- .jp-connect-full__tos-blurb {
- font-size: 0.6875rem;
- margin: 0 auto 1.5rem;
- color: #537994;
- }
- .jp-connect-full__tos-blurb a {
- text-decoration: none;
- color: #00BE28;
- }
- .jp-connect-full__button-container {
- margin: 0;
- }
- .jp-connect-full__button-container .dops-button.is-primary {
- background: #00BE28;
- border-color: #00a523;
- }
- .jp-connect-full__button-container .dops-button.is-primary:hover, .jp-connect-full__button-container .dops-button.is-primary:focus {
- background: #00a523;
- border-color: #008b1d;
- }
- .jp-connect-full__dismiss {
- cursor: pointer;
- }
- .jp-connect-full__dismiss-paragraph {
- font-size: .6875rem;
- }
- .jp-connect-full__dismiss-paragraph a {
- cursor: pointer;
- color: #537994;
- text-decoration: none;
- }
- .jp-connect-full__dismiss-paragraph a:hover {
- text-decoration: underline;
- }
- .jp-connect-full__slide {
- max-width: 750px;
- margin: 4em auto;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-direction: row;
- flex-direction: row;
- -ms-flex-pack: stretch;
- justify-content: stretch;
- }
- .jp-connect-full__slide .jp-connect-full__slide-card {
- -ms-flex: 1;
- flex: 1;
- text-align: left;
- }
- .jp-connect-full__slide .illustration img {
- margin: 2.5em 1em;
- display: block;
- }
- @media (min-width: 600px) {
- .jp-connect-full__slide .illustration img {
- margin: 2.5em auto;
- width: 75%;
- }
- }
- .jp-connect-full__step-support {
- max-width: 700px;
- margin: 0 auto;
- line-height: 1.25;
- }
- .jp-connect-full__step-support h2 {
- margin: 1rem 0 0;
- font-size: 1.375rem;
- font-weight: normal;
- color: black;
- }
- .jp-connect-full__step-support h3 {
- color: #537994;
- font-size: 1rem;
- font-weight: normal;
- margin: 0.625rem 0 1.5rem;
- }
- .updated.jp-wpcom-connect__container {
- border-left: none;
- padding: 0;
- box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
- }
- @media screen and (max-width: 782px) {
- .updated.jp-wpcom-connect__container {
- padding: 0 !important;
- }
- }
- .updated.jp-wpcom-connect__container .dops-button {
- padding: 7px 14px 9px;
- }
- .updated .notice-dismiss {
- z-index: 1;
- text-decoration: none;
- }
- .jp-wpcom-connect__container {
- display: block;
- position: relative;
- box-sizing: border-box;
- }
- .jp-wpcom-connect__inner-container > a:first-child {
- z-index: 1;
- }
- .jp-wpcom-connect__inner-container {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-direction: row;
- flex-direction: row;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -ms-flex-pack: left;
- justify-content: left;
- }
- .jp-wpcom-connect__content-container {
- width: 1250px;
- position: relative;
- padding: 2rem;
- z-index: 0;
- }
- @media (min-width: 782px) {
- .jp-wpcom-connect__content-container {
- padding: 2rem 2rem 6rem 2rem;
- }
- }
- .jp-wpcom-connect__content-container p {
- color: #4f748e;
- font-size: 0.875rem;
- }
- .jp-wpcom-connect__content-container h2 {
- margin-top: 0;
- color: #4F748E;
- line-height: 1.6;
- }
- .jp-wpcom-connect__content-icon {
- float: right;
- margin: 0 1.5rem 0 2.25rem;
- }
- @media (max-width: 782px) {
- .jp-wpcom-connect__content-icon.jp-connect-illo {
- float: none;
- width: 100%;
- text-align: center;
- margin: 2.25rem 0 1.5rem;
- }
- }
- .jp-wpcom-connect__slide {
- display: none;
- }
- .jp-wpcom-connect__slide.jp__slide-is-active {
- display: block;
- }
- @media (min-width: 782px) {
- .jp-wpcom-connect__content-container .jp-banner__button-container {
- position: absolute;
- bottom: 0.5rem;
- }
- }
- .jp-banner__button-container .dops-button {
- margin: 0.3125rem 0;
- }
- .jp-banner__button-container .dops-button.is-primary {
- background: #00BE28;
- border-color: #00a523;
- }
- .jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
- background: #00a523;
- border-color: #008b1d;
- }
- .jp-wpcom-connect__vertical-nav {
- background-color: #F3F6F8;
- }
- @media (min-width: 600px) {
- .jp-wpcom-connect__vertical-nav {
- -ms-flex-direction: column;
- flex-direction: column;
- -ms-flex-pack: start;
- justify-content: flex-start;
- }
- }
- @media (max-width: 600px) {
- .jp-wpcom-connect__vertical-nav {
- display: none;
- }
- }
- .jp-wpcom-connect__vertical-nav-container {
- width: 15rem;
- }
- .vertical-menu__feature-item-label {
- display: none;
- }
- @media (min-width: 600px) {
- .vertical-menu__feature-item {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-direction: row;
- flex-direction: row;
- -ms-flex-align: center;
- align-items: center;
- border: none;
- padding: 0.5rem;
- border-bottom: 1px solid #c8d7e1;
- border-right: 1px solid #c8d7e1;
- border-left: 3px solid #F3F6F8;
- background-color: #F3F6F8;
- color: #87a6bc;
- cursor: pointer;
- }
- .vertical-menu__feature-item:last-of-type {
- position: relative;
- top: 1px;
- }
- .vertical-menu__feature-item-is-selected {
- border-left: 3px solid #0087be;
- border-right: 1px solid #fff;
- background-color: #fff;
- color: #2e4453;
- }
- .vertical-menu__feature-item-is-selected.jp-feature-intro {
- border-left: 3px solid #00BE28;
- }
- .vertical-menu__feature-item-icon {
- width: 1.25rem;
- height: 1.25rem;
- padding: 0.25rem;
- text-align: center;
- }
- .vertical-menu__feature-item svg {
- fill: #86A6BD;
- }
- .vertical-menu__feature-item-is-selected svg {
- fill: #3D596D;
- }
- .vertical-menu__feature-item-is-selected.jp-feature-intro svg {
- fill: #00BE28;
- }
- .vertical-menu__feature-item-is-selected.wp-app-logo svg path {
- fill: #3D596D;
- }
- .vertical-menu__feature-item-label {
- display: block;
- padding: 0.5rem;
- }
- }
- /*# sourceMappingURL=jetpack-banners.css.map */
|