PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 3.7.5
Jetpack – WP Security, Backup, Speed, & Growth v3.7.5
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / css / jetpack-admin-jitm.css
jetpack-admin-jitm.css
88 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Do not modify this file directly. It is compiled Sass code.
3 * @see: jetpack/_inc/jetpack.scss
4 */
5 .jp-jitm {
6 border-radius: 2px;
7 max-width: 95%;
8 margin: 2em auto 0 auto;
9 padding: .85em;
10 background: #fcfcfc;
11 border: 1px solid #dedede;
12 text-align: center;
13 }
14 @media (min-width: 1100px) {
15 .jp-jitm {
16 max-width: 650px;
17 }
18 }
19 .jp-jitm:before, .jp-jitm:after {
20 content: "";
21 display: table;
22 }
23 .jp-jitm:after {
24 clear: both;
25 }
26 .jp-jitm .activate {
27 margin-top: .8em;
28 }
29 .jp-jitm .jp-emblem {
30 width: 25px;
31 height: 25px;
32 margin: .45em auto .65em auto;
33 }
34 .jp-jitm svg {
35 width: 100%;
36 height: 100%;
37 }
38 .jp-jitm path {
39 fill: #8cc258;
40 }
41 .jp-jitm .dismiss {
42 margin: 0;
43 text-decoration: none;
44 float: right;
45 }
46 .jp-jitm .dismiss:before {
47 color: #666;
48 font: 400 15px/1 dashicons;
49 content: '\f158';
50 }
51 .jp-jitm p {
52 font-size: 1em;
53 line-height: 165%;
54 }
55
56 .media-upload-form .jp-jitm {
57 max-width: 100%;
58 }
59 @media (min-width: 1100px) {
60 .media-upload-form .jp-jitm .jp-emblem, .media-upload-form .jp-jitm p {
61 float: left;
62 margin: 0 1em 0 0;
63 padding-top: 4px;
64 }
65 .media-upload-form .jp-jitm .jp-emblem {
66 width: 20px;
67 height: 20px;
68 }
69 .media-upload-form .jp-jitm p + p {
70 margin: 0;
71 padding: 0;
72 }
73 .media-upload-form .jp-jitm .activate {
74 margin-top: 0;
75 }
76 }
77
78 @media (max-width: 1100px) {
79 .media-modal-content .jp-jitm {
80 max-width: 90%;
81 }
82 }
83
84 .jetpack-connected .media-modal-content .uploader-inline-content {
85 top: 20%;
86 }
87
88 /*# sourceMappingURL=jetpack-admin-jitm.css.map */