| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- /*!
- * 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
- */
- .jp-idc-notice,
- .jp-idc-notice * {
- box-sizing: border-box;
- }
- .jp-idc-notice {
- margin-right: 0;
- margin-left: 10px;
- margin-top: 10px;
- overflow: hidden;
- padding-bottom: 16px;
- padding-top: 0;
- }
- .jp-idc-notice.is-non-admin {
- padding-bottom: 0;
- }
- @media all and (min-width: 783px) {
- .jp-idc-notice {
- margin-left: 20px;
- margin-top: 20px;
- }
- .jp-idc-notice.has-help-tabs {
- margin-top: 48px;
- }
- }
- .jp-idc-notice p {
- margin: 0;
- padding: 0;
- }
- .jp-idc-notice h3, .jp-idc-notice p {
- color: #2e4453;
- }
- .jp-idc-notice a:not(.dops-notice__action) {
- color: #0087be;
- text-decoration: none;
- }
- .jp-idc-notice a:not(.dops-notice__action):visited {
- color: #0087be;
- }
- .jp-idc-notice a:not(.dops-notice__action):hover, .jp-idc-notice a:not(.dops-notice__action):focus, .jp-idc-notice a:not(.dops-notice__action):active {
- color: #33bbe3;
- }
- .jp-idc-notice .dops-button {
- -ms-flex-item-align: start;
- align-self: flex-start;
- margin-top: auto;
- }
- .jp-idc-notice > div {
- padding: 0 8px;
- }
- .jp-idc-notice__first-step {
- display: inline-block;
- }
- .jp-idc-notice__second-step {
- display: none;
- }
- .jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step {
- display: none;
- }
- .jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step {
- display: inline-block;
- }
- .jp-idc-notice .jp-idc-notice__header {
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .jp-idc-notice__header__emblem {
- fill: #00BE28;
- width: 25px;
- height: 25px;
- margin: 0 auto 0 1em;
- float: right;
- }
- .jp-idc-notice__header__text {
- font-size: 14px;
- font-weight: 600;
- line-height: 25px;
- margin: 0;
- }
- .jp-idc-notice__content-header {
- margin: 16px 0;
- }
- .jp-idc-notice__content-header__lead {
- font-size: 16px;
- font-weight: 600;
- line-height: 21px;
- margin: 0;
- }
- .jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
- font-size: 14px;
- font-weight: 400;
- margin: 8px 0 0;
- }
- @media only screen and (min-width: 960px) {
- .jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
- margin: 4px 0 0;
- }
- }
- .jp-idc-notice__action {
- border: 1px solid #e9eff3;
- border-radius: 4px;
- display: -ms-flexbox;
- display: flex;
- padding: 16px;
- -ms-flex-direction: column;
- flex-direction: column;
- margin-top: auto;
- }
- .jp-idc-notice__action:last-child {
- margin: 16px 0 0;
- }
- @media only screen and (min-width: 960px) {
- .jp-idc-notice__actions {
- display: -ms-flexbox;
- display: flex;
- }
- .jp-idc-notice__action {
- -ms-flex: 1;
- flex: 1;
- margin: 0 0 0 8px;
- }
- .jp-idc-notice__action:last-child {
- margin: 0 8px 0 0;
- }
- .jp-idc-notice__action:first-child {
- padding-left: 24px;
- }
- .jp-idc-notice__action:last-child {
- padding-right: 24px;
- }
- }
- .jp-idc-notice .jp-idc-notice__action__explanation {
- margin: 0 0 16px 0;
- }
- .jp-idc-notice__separator {
- background-color: #e9eff3;
- margin: 0 -10px 0 -10px;
- height: 1px;
- }
- .jp-idc-notice.is-dismissible .jp-idc-notice__separator {
- margin-left: -46px;
- }
- @media only screen and (min-width: 782px) {
- .jp-idc-notice__separator {
- margin: 0 -12px 0 -12px;
- }
- .jp-idc-notice.is-dismissible .jp-idc-notice__separator {
- margin-left: -38px;
- }
- }
- .jp-idc-notice .jp-idc-notice__unsure-prompt {
- margin: 16px 0 0;
- }
- .jp-idc-notice .jp-idc-error__notice {
- display: none;
- }
- .jp-idc-notice .jp-idc-error__notice .dops-notice__icon {
- height: auto;
- width: auto;
- }
- @media only screen and (min-width: 683px) {
- .jp-idc-notice .jp-idc-error__notice .dops-notice__text {
- line-height: 24px;
- }
- }
- /*# sourceMappingURL=jetpack-idc-rtl.css.map */
|