PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.4.3
Jetpack – WP Security, Backup, Speed, & Growth v7.4.3
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 in Jetpack – WP Security, Backup, Speed, & Growth 7.4.3, at css/jetpack-idc.css

218 lines 4.6 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: #414141;
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 align-self: flex-start;
77 margin-top: auto;
78 }
79
80 .jp-idc-notice > div {
81 padding: 0 8px;
82 }
83
84 .jp-idc-notice__first-step {
85 display: inline-block;
86 }
87
88 .jp-idc-notice__second-step {
89 display: none;
90 }
91
92 .jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step {
93 display: none;
94 }
95
96 .jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step {
97 display: inline-block;
98 }
99
100 .jp-idc-notice .jp-idc-notice__header {
101 padding-top: 8px;
102 padding-bottom: 8px;
103 }
104
105 .jp-idc-notice__header__emblem {
106 fill: #00BE28;
107 width: 25px;
108 height: 25px;
109 margin: 0 1em 0 auto;
110 float: left;
111 }
112
113 .jp-idc-notice__header__text {
114 font-size: 14px;
115 font-weight: 600;
116 line-height: 25px;
117 margin: 0;
118 }
119
120 .jp-idc-notice__content-header {
121 margin: 16px 0;
122 }
123
124 .jp-idc-notice__content-header__lead {
125 font-size: 16px;
126 font-weight: 600;
127 line-height: 21px;
128 margin: 0;
129 }
130
131 .jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
132 font-size: 14px;
133 font-weight: 400;
134 margin: 8px 0 0;
135 }
136
137 @media only screen and (min-width: 960px) {
138 .jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
139 margin: 4px 0 0;
140 }
141 }
142
143 .jp-idc-notice__action {
144 border: 1px solid #eeeeee;
145 border-radius: 4px;
146 display: flex;
147 padding: 16px;
148 flex-direction: column;
149 margin-top: auto;
150 }
151
152 .jp-idc-notice__action:last-child {
153 margin: 16px 0 0;
154 }
155
156 @media only screen and (min-width: 960px) {
157 .jp-idc-notice__actions {
158 display: flex;
159 }
160 .jp-idc-notice__action {
161 flex: 1;
162 margin: 0 8px 0 0;
163 }
164 .jp-idc-notice__action:last-child {
165 margin: 0 0 0 8px;
166 }
167 .jp-idc-notice__action:first-child {
168 padding-right: 24px;
169 }
170 .jp-idc-notice__action:last-child {
171 padding-left: 24px;
172 }
173 }
174
175 .jp-idc-notice .jp-idc-notice__action__explanation {
176 margin: 0 0 16px 0;
177 }
178
179 .jp-idc-notice__separator {
180 background-color: #eeeeee;
181 margin: 0 -10px 0 -10px;
182 height: 1px;
183 }
184
185 .jp-idc-notice.is-dismissible .jp-idc-notice__separator {
186 margin-right: -46px;
187 }
188
189 @media only screen and (min-width: 782px) {
190 .jp-idc-notice__separator {
191 margin: 0 -12px 0 -12px;
192 }
193 .jp-idc-notice.is-dismissible .jp-idc-notice__separator {
194 margin-right: -38px;
195 }
196 }
197
198 .jp-idc-notice .jp-idc-notice__unsure-prompt {
199 margin: 16px 0 0;
200 }
201
202 .jp-idc-notice .jp-idc-error__notice {
203 display: none;
204 }
205
206 .jp-idc-notice .jp-idc-error__notice .dops-notice__icon {
207 height: auto;
208 width: auto;
209 }
210
211 @media only screen and (min-width: 683px) {
212 .jp-idc-notice .jp-idc-error__notice .dops-notice__text {
213 line-height: 24px;
214 }
215 }
216
217 /*# sourceMappingURL=jetpack-idc.css.map */
218