This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/css/jetpack-admin-jitm.css
2018-03-21 18:19:20 +00:00

146 lines
2.5 KiB
CSS

/*!
* Do not modify this file directly. It is compiled Sass code.
* @see: jetpack/_inc/jetpack.scss
*/
.jp-jitm {
border-radius: 2px;
max-width: 100%;
margin: 2em auto 1em auto;
padding: .85em;
background: #fcfcfc;
border: 1px solid #dedede;
text-align: center;
}
.jp-jitm:before, .jp-jitm:after {
content: "";
display: table;
}
.jp-jitm:after {
clear: both;
}
#screen-meta-links + .jp-jitm {
margin: 3em 1.5385em 0 auto;
}
.jp-jitm .activate {
margin-top: .5em;
}
.jp-jitm .jp-emblem {
width: 25px;
height: 25px;
margin: .40em 1em 0 auto;
}
.jp-jitm svg {
width: 100%;
height: 100%;
}
.jp-jitm path {
fill: #8cc258;
}
.jp-jitm .dismiss {
margin: 0;
text-decoration: none;
float: right;
}
.jp-jitm .dismiss:before {
color: #666;
font: 400 15px/1 dashicons;
content: '\f158';
}
.jp-jitm p {
font-size: 1em;
line-height: 165%;
}
.jp-jitm .j-spinner {
margin: 8px 0 0;
height: 17px;
width: 17px;
}
.jp-jitm .hide {
display: none;
}
form[name=post] > .jp-jitm:first-of-type {
margin-top: 1em;
}
@media (min-width: 800px) {
.jp-jitm .jp-emblem, .jp-jitm p {
float: left;
/* margin: .5em 1em 0 .5em;
padding-top: 4px; */
}
.jp-jitm .jp-emblem {
width: 20px;
height: 20px;
margin-right: .5em;
}
.jp-jitm p {
margin: .40em 1em 0 0;
}
.jp-jitm p + p {
margin: 0;
padding: 0;
}
.jp-jitm .activate {
margin-top: 0;
}
}
@media (max-width: 1100px) {
.jp-jitm {
margin: 2.5em .75em .5em .5em;
}
form[name=post] > .jp-jitm:first-of-type {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 800px) {
.jp-jitm .jp-emblem {
margin: .40em auto 0 auto;
}
}
@media (min-width: 1100px) {
.update-core-php .jp-jitm {
margin: 3em 2em 0 auto;
}
}
.jetpack-connected .media-modal-content .uploader-inline-content {
top: 20%;
}
@media only screen and (min-width: 800px) {
.media-menu .jp-jitm {
margin: 10px 0;
padding: 5px 5px 15px;
border-width: 1px 0;
}
.media-menu .jp-jitm .jp-emblem {
margin: 20px 10px 0 15px;
}
.media-menu .jp-jitm .msg {
width: 75%;
text-align: left;
margin: 0 0 10px;
}
.media-menu .jp-jitm .msg + p {
text-align: center;
width: 100%;
}
}
@media only screen and (max-width: 900px) {
.media-menu .jp-jitm {
display: none;
margin: .5em 3%;
border-width: 1px;
}
.media-menu .jp-jitm .msg {
margin-top: 20px;
width: 88%;
margin-left: auto;
margin-right: auto;
}
.media-menu.visible .jp-jitm {
display: block;
}
}