PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 4.4.5
Jetpack – WP Security, Backup, Speed, & Growth v4.4.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-idc.css
jetpack-idc.css
228 lines 4.9 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 */
4 @charset "UTF-8";
5 /*
6 The MIT License (MIT)
7
8 Copyright © 2011–2015 thoughtbot, inc.
9
10 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
11 documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
12 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
13 persons to whom the Software is furnished to do so, subject to the following conditions:
14
15 The above copyright notice and this permission notice shall be included in all copies or substantial
16 portions of the Software.
17
18 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
19 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
23 https://github.com/thoughtbot/bourbon
24 */
25 .jp-idc-notice,
26 .jp-idc-notice * {
27 box-sizing: border-box;
28 }
29
30 .jp-idc-notice {
31 margin-left: 0;
32 margin-right: 10px;
33 margin-top: 10px;
34 overflow: hidden;
35 padding-bottom: 16px;
36 padding-top: 0;
37 }
38
39 .jp-idc-notice.is-non-admin {
40 padding-bottom: 0;
41 }
42
43 @media all and (min-width: 783px) {
44 .jp-idc-notice {
45 margin-right: 20px;
46 margin-top: 20px;
47 }
48 .jp-idc-notice.has-help-tabs {
49 margin-top: 48px;
50 }
51 }
52
53 .jp-idc-notice p {
54 margin: 0;
55 padding: 0;
56 }
57
58 .jp-idc-notice h3, .jp-idc-notice p {
59 color: #2e4453;
60 }
61
62 .jp-idc-notice a:not(.dops-notice__action) {
63 color: #0087be;
64 text-decoration: none;
65 }
66
67 .jp-idc-notice a:not(.dops-notice__action):visited {
68 color: #0087be;
69 }
70
71 .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 {
72 color: #33bbe3;
73 }
74
75 .jp-idc-notice .dops-button {
76 -ms-flex-item-align: start;
77 align-self: flex-start;
78 margin-top: auto;
79 }
80
81 .jp-idc-notice > div {
82 padding: 0 8px;
83 }
84
85 .jp-idc-notice__first-step {
86 display: inline-block;
87 }
88
89 .jp-idc-notice__second-step {
90 display: none;
91 }
92
93 .jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step {
94 display: none;
95 }
96
97 .jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step {
98 display: inline-block;
99 }
100
101 .jp-idc-notice .jp-idc-notice__header {
102 padding-top: 8px;
103 padding-bottom: 8px;
104 }
105
106 .jp-idc-notice__header__emblem {
107 fill: #8cc258;
108 width: 25px;
109 height: 25px;
110 margin: 0 1em 0 auto;
111 float: left;
112 }
113
114 .jp-idc-notice__header__text {
115 font-size: 14px;
116 font-weight: 600;
117 line-height: 25px;
118 margin: 0;
119 }
120
121 .jp-idc-notice__content-header {
122 margin: 16px 0;
123 }
124
125 .jp-idc-notice__content-header__lead {
126 font-size: 16px;
127 font-weight: 600;
128 line-height: 21px;
129 margin: 0;
130 }
131
132 .jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
133 font-size: 14px;
134 font-weight: 400;
135 margin: 8px 0 0;
136 }
137
138 @media only screen and (min-width: 960px) {
139 .jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
140 margin: 4px 0 0;
141 }
142 }
143
144 .jp-idc-notice__action {
145 border: 1px solid #e9eff3;
146 border-radius: 4px;
147 display: -webkit-box;
148 display: -ms-flexbox;
149 display: flex;
150 padding: 16px;
151 -webkit-box-orient: vertical;
152 -webkit-box-direction: normal;
153 -ms-flex-direction: column;
154 flex-direction: column;
155 margin-top: auto;
156 }
157
158 .jp-idc-notice__action:last-child {
159 margin: 16px 0 0;
160 }
161
162 @media only screen and (min-width: 960px) {
163 .jp-idc-notice__actions {
164 display: -webkit-box;
165 display: -ms-flexbox;
166 display: flex;
167 }
168 .jp-idc-notice__action {
169 -webkit-box-flex: 1;
170 -ms-flex: 1;
171 flex: 1;
172 margin: 0 8px 0 0;
173 }
174 .jp-idc-notice__action:last-child {
175 margin: 0 0 0 8px;
176 }
177 .jp-idc-notice__action:first-child {
178 padding-right: 24px;
179 }
180 .jp-idc-notice__action:last-child {
181 padding-left: 24px;
182 }
183 }
184
185 .jp-idc-notice .jp-idc-notice__action__explanation {
186 margin: 0 0 16px 0;
187 }
188
189 .jp-idc-notice__separator {
190 background-color: #e9eff3;
191 margin: 0 -10px 0 -10px;
192 height: 1px;
193 }
194
195 .jp-idc-notice.is-dismissible .jp-idc-notice__separator {
196 margin-right: -46px;
197 }
198
199 @media only screen and (min-width: 782px) {
200 .jp-idc-notice__separator {
201 margin: 0 -12px 0 -12px;
202 }
203 .jp-idc-notice.is-dismissible .jp-idc-notice__separator {
204 margin-right: -38px;
205 }
206 }
207
208 .jp-idc-notice .jp-idc-notice__unsure-prompt {
209 margin: 16px 0 0;
210 }
211
212 .jp-idc-notice .jp-idc-error__notice {
213 display: none;
214 }
215
216 .jp-idc-notice .jp-idc-error__notice .dops-notice__icon {
217 height: auto;
218 width: auto;
219 }
220
221 @media only screen and (min-width: 683px) {
222 .jp-idc-notice .jp-idc-error__notice .dops-notice__text {
223 line-height: 24px;
224 }
225 }
226
227 /*# sourceMappingURL=jetpack-idc.css.map */
228