wordpress/php-fpm/wordpress_files/plugins/jetpack/css/jetpack-idc-rtl.css

218 lines
4.6 KiB
CSS
Raw Normal View History

2020-05-22 03:40:23 +02:00
/*!
* Do not modify this file directly. It is compiled SASS code.
*/
@charset "UTF-8";
/*
The MIT License (MIT)
Copyright © 20112015 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: #414141;
}
.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: #3396c8;
}
.jp-idc-notice .dops-button {
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 #eeeeee;
border-radius: 4px;
display: flex;
padding: 16px;
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: flex;
}
.jp-idc-notice__action {
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: #eeeeee;
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 */