9
|
1 |
/**
|
|
2 |
* Colors
|
|
3 |
*/
|
|
4 |
/**
|
16
|
5 |
* Deprecated colors.
|
|
6 |
* Please avoid using these.
|
|
7 |
*/
|
|
8 |
/**
|
9
|
9 |
* Breakpoints & Media Queries
|
|
10 |
*/
|
|
11 |
/**
|
16
|
12 |
* Colors
|
|
13 |
*/
|
|
14 |
/**
|
|
15 |
* Deprecated colors.
|
|
16 |
* Please avoid using these.
|
|
17 |
*/
|
|
18 |
/**
|
|
19 |
* Fonts & basic variables.
|
|
20 |
*/
|
|
21 |
/**
|
|
22 |
* Grid System.
|
|
23 |
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
24 |
*/
|
|
25 |
/**
|
|
26 |
* Dimensions.
|
|
27 |
*/
|
|
28 |
/**
|
|
29 |
* Shadows.
|
|
30 |
*/
|
|
31 |
/**
|
|
32 |
* Editor widths.
|
|
33 |
*/
|
|
34 |
/**
|
|
35 |
* Block UI.
|
|
36 |
*/
|
|
37 |
/**
|
|
38 |
* Border radii.
|
9
|
39 |
*/
|
|
40 |
/**
|
|
41 |
* Breakpoint mixins
|
|
42 |
*/
|
|
43 |
/**
|
|
44 |
* Long content fade mixin
|
|
45 |
*
|
|
46 |
* Creates a fading overlay to signify that the content is longer
|
|
47 |
* than the space allows.
|
|
48 |
*/
|
|
49 |
/**
|
16
|
50 |
* Focus styles.
|
9
|
51 |
*/
|
|
52 |
/**
|
|
53 |
* Applies editor left position to the selector passed as argument
|
|
54 |
*/
|
|
55 |
/**
|
|
56 |
* Styles that are reused verbatim in a few places
|
|
57 |
*/
|
|
58 |
/**
|
|
59 |
* Allows users to opt-out of animations via OS-level preferences.
|
|
60 |
*/
|
16
|
61 |
/**
|
|
62 |
* Reset default styles for JavaScript UI based pages.
|
|
63 |
* This is a WP-admin agnostic reset
|
|
64 |
*/
|
|
65 |
/**
|
|
66 |
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
67 |
*/
|
|
68 |
:root {
|
|
69 |
--wp-admin-theme-color: #007cba;
|
|
70 |
--wp-admin-theme-color-darker-10: #006ba1;
|
|
71 |
--wp-admin-theme-color-darker-20: #005a87; }
|
|
72 |
|
9
|
73 |
.components-animate__appear {
|
|
74 |
animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;
|
|
75 |
animation-fill-mode: forwards; }
|
|
76 |
@media (prefers-reduced-motion: reduce) {
|
|
77 |
.components-animate__appear {
|
16
|
78 |
animation-duration: 1ms; } }
|
9
|
79 |
.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left {
|
|
80 |
transform-origin: top left; }
|
|
81 |
.components-animate__appear.is-from-top.is-from-right {
|
|
82 |
transform-origin: top right; }
|
|
83 |
.components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left {
|
|
84 |
transform-origin: bottom left; }
|
|
85 |
.components-animate__appear.is-from-bottom.is-from-right {
|
|
86 |
transform-origin: bottom right; }
|
|
87 |
|
|
88 |
@keyframes components-animate__appear-animation {
|
|
89 |
from {
|
|
90 |
transform: translateY(-2em) scaleY(0) scaleX(0); }
|
|
91 |
to {
|
|
92 |
transform: translateY(0%) scaleY(1) scaleX(1); } }
|
|
93 |
|
|
94 |
.components-animate__slide-in {
|
|
95 |
animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1);
|
|
96 |
animation-fill-mode: forwards; }
|
|
97 |
@media (prefers-reduced-motion: reduce) {
|
|
98 |
.components-animate__slide-in {
|
16
|
99 |
animation-duration: 1ms; } }
|
9
|
100 |
.components-animate__slide-in.is-from-left {
|
|
101 |
transform: translateX(100%); }
|
16
|
102 |
.components-animate__slide-in.is-from-right {
|
|
103 |
transform: translateX(-100%); }
|
9
|
104 |
|
|
105 |
@keyframes components-animate__slide-in-animation {
|
|
106 |
100% {
|
|
107 |
transform: translateX(0%); } }
|
|
108 |
|
16
|
109 |
.components-animate__loading {
|
|
110 |
animation: components-animate__loading 1.6s ease-in-out infinite; }
|
|
111 |
|
|
112 |
@keyframes components-animate__loading {
|
|
113 |
0% {
|
|
114 |
opacity: 0.5; }
|
|
115 |
50% {
|
|
116 |
opacity: 1; }
|
|
117 |
100% {
|
|
118 |
opacity: 0.5; } }
|
|
119 |
|
|
120 |
.components-angle-picker-control {
|
|
121 |
width: 50%; }
|
|
122 |
.components-angle-picker-control.components-base-control .components-base-control__label {
|
|
123 |
display: block; }
|
|
124 |
|
|
125 |
.components-angle-picker-control__input-field[type="number"] {
|
|
126 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
127 |
padding: 6px 8px;
|
|
128 |
box-shadow: 0 0 0 transparent;
|
|
129 |
transition: box-shadow 0.1s linear;
|
|
130 |
border-radius: 2px;
|
|
131 |
border: 1px solid #757575;
|
|
132 |
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
133 |
font-size: 16px;
|
|
134 |
/* Override core line-height. To be reviewed. */
|
|
135 |
line-height: normal;
|
|
136 |
width: calc(100% - 36px);
|
|
137 |
max-width: 100px; }
|
|
138 |
@media (prefers-reduced-motion: reduce) {
|
|
139 |
.components-angle-picker-control__input-field[type="number"] {
|
|
140 |
transition-duration: 0s; } }
|
|
141 |
@media (min-width: 600px) {
|
|
142 |
.components-angle-picker-control__input-field[type="number"] {
|
|
143 |
font-size: 13px;
|
|
144 |
/* Override core line-height. To be reviewed. */
|
|
145 |
line-height: normal; } }
|
|
146 |
.components-angle-picker-control__input-field[type="number"]:focus {
|
|
147 |
border-color: #007cba;
|
|
148 |
border-color: var(--wp-admin-theme-color);
|
|
149 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
150 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
151 |
outline: 2px solid transparent; }
|
|
152 |
.components-angle-picker-control__input-field[type="number"]::-webkit-input-placeholder {
|
|
153 |
color: rgba(30, 30, 30, 0.62); }
|
|
154 |
.components-angle-picker-control__input-field[type="number"]::-moz-placeholder {
|
|
155 |
opacity: 1;
|
|
156 |
color: rgba(30, 30, 30, 0.62); }
|
|
157 |
.components-angle-picker-control__input-field[type="number"]:-ms-input-placeholder {
|
|
158 |
color: rgba(30, 30, 30, 0.62); }
|
|
159 |
.is-dark-theme .components-angle-picker-control__input-field[type="number"]::-webkit-input-placeholder {
|
|
160 |
color: rgba(255, 255, 255, 0.65); }
|
|
161 |
.is-dark-theme .components-angle-picker-control__input-field[type="number"]::-moz-placeholder {
|
|
162 |
opacity: 1;
|
|
163 |
color: rgba(255, 255, 255, 0.65); }
|
|
164 |
.is-dark-theme .components-angle-picker-control__input-field[type="number"]:-ms-input-placeholder {
|
|
165 |
color: rgba(255, 255, 255, 0.65); }
|
|
166 |
|
|
167 |
.components-angle-picker-control__angle-circle {
|
|
168 |
width: 28px;
|
|
169 |
height: 28px;
|
|
170 |
border: 2px solid #555d66;
|
|
171 |
border-radius: 50%;
|
|
172 |
float: left;
|
|
173 |
margin-right: 4px;
|
|
174 |
cursor: grab; }
|
|
175 |
|
|
176 |
.components-angle-picker-control__angle-circle-indicator-wrapper {
|
|
177 |
position: relative;
|
|
178 |
width: 100%;
|
|
179 |
height: 100%; }
|
|
180 |
|
|
181 |
.components-angle-picker-control__angle-circle-indicator {
|
|
182 |
width: 1px;
|
|
183 |
height: 1px;
|
|
184 |
border-radius: 50%;
|
|
185 |
border: 3px solid #555d66;
|
|
186 |
display: block;
|
|
187 |
position: absolute;
|
|
188 |
top: -14px;
|
|
189 |
bottom: 0;
|
|
190 |
left: 0;
|
|
191 |
right: 0;
|
|
192 |
margin: auto;
|
|
193 |
background: #555d66; }
|
|
194 |
|
|
195 |
.components-autocomplete__popover .components-popover__content > div {
|
|
196 |
padding: 16px; }
|
9
|
197 |
|
|
198 |
.components-autocomplete__result.components-button {
|
|
199 |
display: flex;
|
16
|
200 |
height: auto;
|
|
201 |
min-height: 36px;
|
|
202 |
text-align: left;
|
|
203 |
width: 100%; }
|
9
|
204 |
.components-autocomplete__result.components-button.is-selected {
|
16
|
205 |
box-shadow: 0 0 0 2px #007cba;
|
|
206 |
box-shadow: 0 0 0 2px var(--wp-admin-theme-color); }
|
9
|
207 |
|
|
208 |
.components-base-control {
|
|
209 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
210 |
font-size: 13px; }
|
|
211 |
.components-base-control .components-base-control__field {
|
|
212 |
margin-bottom: 8px; }
|
|
213 |
.components-panel__row .components-base-control .components-base-control__field {
|
|
214 |
margin-bottom: inherit; }
|
|
215 |
.components-base-control .components-base-control__label {
|
16
|
216 |
display: inline-block;
|
|
217 |
margin-bottom: 8px; }
|
9
|
218 |
.components-base-control .components-base-control__help {
|
|
219 |
margin-top: -8px;
|
|
220 |
font-style: italic; }
|
|
221 |
|
|
222 |
.components-button-group {
|
|
223 |
display: inline-block; }
|
16
|
224 |
.components-button-group .components-button {
|
|
225 |
border-radius: 0;
|
|
226 |
display: inline-flex;
|
|
227 |
color: #1e1e1e;
|
|
228 |
box-shadow: inset 0 0 0 1px #1e1e1e; }
|
|
229 |
.components-button-group .components-button + .components-button {
|
9
|
230 |
margin-left: -1px; }
|
16
|
231 |
.components-button-group .components-button:first-child {
|
|
232 |
border-radius: 2px 0 0 2px; }
|
|
233 |
.components-button-group .components-button:last-child {
|
|
234 |
border-radius: 0 2px 2px 0; }
|
|
235 |
.components-button-group .components-button:focus, .components-button-group .components-button.is-primary {
|
9
|
236 |
position: relative;
|
|
237 |
z-index: 1; }
|
16
|
238 |
.components-button-group .components-button.is-primary {
|
|
239 |
box-shadow: inset 0 0 0 1px #1e1e1e; }
|
9
|
240 |
|
|
241 |
.components-button {
|
|
242 |
display: inline-flex;
|
|
243 |
text-decoration: none;
|
|
244 |
font-size: 13px;
|
|
245 |
margin: 0;
|
|
246 |
border: 0;
|
|
247 |
cursor: pointer;
|
|
248 |
-webkit-appearance: none;
|
|
249 |
background: none;
|
16
|
250 |
transition: box-shadow 0.1s linear;
|
|
251 |
height: 36px;
|
|
252 |
align-items: center;
|
|
253 |
box-sizing: border-box;
|
|
254 |
padding: 6px 12px;
|
|
255 |
border-radius: 2px;
|
|
256 |
color: #1e1e1e;
|
|
257 |
/**
|
|
258 |
* Primary button style.
|
|
259 |
*/
|
|
260 |
/**
|
|
261 |
* Secondary and tertiary buttons.
|
|
262 |
*/
|
|
263 |
/**
|
|
264 |
* Secondary button style.
|
|
265 |
*/
|
|
266 |
/**
|
|
267 |
* Tertiary buttons.
|
|
268 |
*/
|
|
269 |
/**
|
|
270 |
* Link buttons.
|
|
271 |
*/
|
|
272 |
/**
|
|
273 |
* Buttons that indicate destructive actions.
|
|
274 |
*/ }
|
|
275 |
@media (prefers-reduced-motion: reduce) {
|
|
276 |
.components-button {
|
|
277 |
transition-duration: 0s; } }
|
|
278 |
.components-button[aria-expanded="true"], .components-button:hover {
|
|
279 |
color: #007cba;
|
|
280 |
color: var(--wp-admin-theme-color); }
|
|
281 |
.components-button[aria-disabled="true"]:hover {
|
|
282 |
color: initial; }
|
|
283 |
.components-button:focus:not(:disabled) {
|
|
284 |
box-shadow: 0 0 0 1.5px #007cba;
|
|
285 |
box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
|
|
286 |
outline: 1px solid transparent; }
|
|
287 |
.components-button.is-primary {
|
9
|
288 |
white-space: nowrap;
|
16
|
289 |
background: #007cba;
|
|
290 |
background: var(--wp-admin-theme-color);
|
9
|
291 |
color: #fff;
|
|
292 |
text-decoration: none;
|
16
|
293 |
text-shadow: none; }
|
|
294 |
.components-button.is-primary:hover:not(:disabled) {
|
|
295 |
background: #006ba1;
|
|
296 |
background: var(--wp-admin-theme-color-darker-10);
|
|
297 |
color: #fff; }
|
|
298 |
.components-button.is-primary:active:not(:disabled) {
|
|
299 |
background: #005a87;
|
|
300 |
background: var(--wp-admin-theme-color-darker-20);
|
|
301 |
border-color: #005a87;
|
|
302 |
border-color: var(--wp-admin-theme-color-darker-20);
|
9
|
303 |
color: #fff; }
|
16
|
304 |
.components-button.is-primary:focus:not(:disabled) {
|
|
305 |
box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba;
|
|
306 |
box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color);
|
|
307 |
outline: 1px solid transparent; }
|
|
308 |
.components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled="true"], .components-button.is-primary[aria-disabled="true"]:enabled, .components-button.is-primary[aria-disabled="true"]:active:enabled {
|
|
309 |
color: rgba(255, 255, 255, 0.4);
|
|
310 |
background: #007cba;
|
|
311 |
background: var(--wp-admin-theme-color);
|
|
312 |
border-color: #007cba;
|
|
313 |
border-color: var(--wp-admin-theme-color);
|
|
314 |
opacity: 1; }
|
|
315 |
.components-button.is-primary:disabled:focus:enabled, .components-button.is-primary:disabled:active:enabled:focus:enabled, .components-button.is-primary[aria-disabled="true"]:focus:enabled, .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled {
|
|
316 |
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
|
|
317 |
box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); }
|
9
|
318 |
.components-button.is-primary.is-busy, .components-button.is-primary.is-busy:disabled, .components-button.is-primary.is-busy[aria-disabled="true"] {
|
|
319 |
color: #fff;
|
|
320 |
background-size: 100px 100%;
|
|
321 |
/* stylelint-disable */
|
16
|
322 |
background-image: linear-gradient(-45deg, #007cba 28%, #005a87 28%, #005a87 72%, #007cba 72%);
|
|
323 |
background-image: linear-gradient(-45deg, var(--wp-admin-theme-color) 28%, var(--wp-admin-theme-color-darker-20) 28%, var(--wp-admin-theme-color-darker-20) 72%, var(--wp-admin-theme-color) 72%);
|
9
|
324 |
/* stylelint-enable */
|
16
|
325 |
border-color: #007cba;
|
|
326 |
border-color: var(--wp-admin-theme-color); }
|
|
327 |
.components-button.is-secondary:active:not(:disabled), .components-button.is-tertiary:active:not(:disabled) {
|
|
328 |
background: #ddd;
|
|
329 |
color: #006ba1;
|
|
330 |
color: var(--wp-admin-theme-color-darker-10);
|
|
331 |
box-shadow: none; }
|
|
332 |
.components-button.is-secondary:hover:not(:disabled), .components-button.is-tertiary:hover:not(:disabled) {
|
|
333 |
color: #006ba1;
|
|
334 |
color: var(--wp-admin-theme-color-darker-10);
|
|
335 |
box-shadow: inset 0 0 0 1px #006ba1;
|
|
336 |
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color-darker-10); }
|
|
337 |
.components-button.is-secondary:disabled, .components-button.is-secondary[aria-disabled="true"], .components-button.is-secondary[aria-disabled="true"]:hover, .components-button.is-tertiary:disabled, .components-button.is-tertiary[aria-disabled="true"], .components-button.is-tertiary[aria-disabled="true"]:hover {
|
|
338 |
color: #828282;
|
|
339 |
background: #eaeaea;
|
|
340 |
transform: none;
|
|
341 |
opacity: 1;
|
|
342 |
box-shadow: none; }
|
|
343 |
.components-button.is-secondary {
|
|
344 |
box-shadow: inset 0 0 0 1px #007cba;
|
|
345 |
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
|
|
346 |
outline: 1px solid transparent;
|
|
347 |
white-space: nowrap;
|
|
348 |
color: #007cba;
|
|
349 |
color: var(--wp-admin-theme-color);
|
|
350 |
background: transparent; }
|
|
351 |
.components-button.is-tertiary {
|
|
352 |
white-space: nowrap;
|
|
353 |
color: #007cba;
|
|
354 |
color: var(--wp-admin-theme-color);
|
|
355 |
background: transparent;
|
|
356 |
padding: 6px;
|
|
357 |
outline: 1px dotted transparent; }
|
|
358 |
.components-button.is-tertiary .dashicon {
|
|
359 |
display: inline-block;
|
|
360 |
flex: 0 0 auto; }
|
9
|
361 |
.components-button.is-link {
|
|
362 |
margin: 0;
|
|
363 |
padding: 0;
|
|
364 |
box-shadow: none;
|
|
365 |
border: 0;
|
|
366 |
border-radius: 0;
|
|
367 |
background: none;
|
|
368 |
outline: none;
|
|
369 |
text-align: left;
|
|
370 |
/* Mimics the default link style in common.css */
|
|
371 |
color: #0073aa;
|
|
372 |
text-decoration: underline;
|
|
373 |
transition-property: border, background, color;
|
|
374 |
transition-duration: 0.05s;
|
16
|
375 |
transition-timing-function: ease-in-out;
|
|
376 |
height: auto; }
|
|
377 |
@media (prefers-reduced-motion: reduce) {
|
|
378 |
.components-button.is-link {
|
|
379 |
transition-duration: 0s; } }
|
|
380 |
.components-button.is-link:hover:not(:disabled), .components-button.is-link:active:not(:disabled) {
|
9
|
381 |
color: #00a0d2; }
|
|
382 |
.components-button.is-link:focus {
|
|
383 |
color: #124964;
|
16
|
384 |
box-shadow: 0 0 0 1px #5b9dd9, 0 0 1.5px 1px rgba(30, 140, 190, 0.8); }
|
|
385 |
.components-button.is-destructive {
|
|
386 |
color: #b52727; }
|
|
387 |
.components-button.is-destructive.is-secondary {
|
|
388 |
box-shadow: inset 0 0 0 1px #b52727; }
|
|
389 |
.components-button.is-destructive:hover:not(:disabled), .components-button.is-destructive:active:not(:disabled) {
|
|
390 |
color: #a02222;
|
|
391 |
box-shadow: inset 0 0 0 1px #a02222; }
|
|
392 |
.components-button.is-destructive:focus:not(:disabled) {
|
|
393 |
box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a02222; }
|
|
394 |
.components-button:not([aria-disabled="true"]):active {
|
|
395 |
color: inherit; }
|
9
|
396 |
.components-button:disabled, .components-button[aria-disabled="true"] {
|
|
397 |
cursor: default;
|
|
398 |
opacity: 0.3; }
|
16
|
399 |
.components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled="true"] {
|
9
|
400 |
animation: components-button__busy-animation 2500ms infinite linear;
|
16
|
401 |
opacity: 1;
|
9
|
402 |
background-size: 100px 100%;
|
16
|
403 |
/* stylelint-disable */
|
|
404 |
background-image: linear-gradient(-45deg, #fafafa 28%, #e0e0e0 28%, #e0e0e0 72%, #fafafa 72%);
|
|
405 |
/* stylelint-enable */ }
|
9
|
406 |
.components-button.is-small {
|
|
407 |
height: 24px;
|
|
408 |
line-height: 22px;
|
16
|
409 |
padding: 0 8px;
|
9
|
410 |
font-size: 11px; }
|
16
|
411 |
.components-button.is-small.has-icon:not(.has-text) {
|
|
412 |
padding: 0 8px;
|
|
413 |
width: 24px; }
|
|
414 |
.components-button.has-icon {
|
|
415 |
padding: 6px;
|
|
416 |
min-width: 36px;
|
|
417 |
justify-content: center; }
|
|
418 |
.components-button.has-icon .dashicon {
|
9
|
419 |
display: inline-block;
|
|
420 |
flex: 0 0 auto; }
|
16
|
421 |
.components-button.has-icon.has-text {
|
|
422 |
justify-content: left; }
|
|
423 |
.components-button.has-icon.has-text svg {
|
|
424 |
margin-right: 8px; }
|
|
425 |
.components-button.is-pressed {
|
|
426 |
color: #fff;
|
|
427 |
background: #1e1e1e; }
|
|
428 |
.components-button.is-pressed:focus:not(:disabled) {
|
|
429 |
box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba;
|
|
430 |
box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color);
|
|
431 |
outline: 2px solid transparent; }
|
|
432 |
.components-button.is-pressed:hover:not(:disabled) {
|
|
433 |
background: #1e1e1e; }
|
|
434 |
.components-button svg {
|
|
435 |
fill: currentColor;
|
|
436 |
outline: none; }
|
|
437 |
.components-button .components-visually-hidden {
|
9
|
438 |
height: auto; }
|
|
439 |
|
|
440 |
@keyframes components-button__busy-animation {
|
|
441 |
0% {
|
|
442 |
background-position: 200px 0; } }
|
|
443 |
|
|
444 |
.components-checkbox-control__input[type="checkbox"] {
|
16
|
445 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
446 |
padding: 6px 8px;
|
|
447 |
box-shadow: 0 0 0 transparent;
|
|
448 |
transition: box-shadow 0.1s linear;
|
|
449 |
border-radius: 2px;
|
|
450 |
border: 1px solid #757575;
|
|
451 |
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
452 |
font-size: 16px;
|
|
453 |
/* Override core line-height. To be reviewed. */
|
|
454 |
line-height: normal;
|
|
455 |
border: 1px solid #1e1e1e;
|
|
456 |
margin-right: 12px;
|
|
457 |
transition: none;
|
|
458 |
border-radius: 2px;
|
|
459 |
background: #fff;
|
|
460 |
color: #1e1e1e;
|
|
461 |
clear: none;
|
|
462 |
cursor: pointer;
|
|
463 |
display: inline-block;
|
|
464 |
line-height: 0;
|
|
465 |
margin: 0 4px 0 0;
|
|
466 |
outline: 0;
|
|
467 |
padding: 0 !important;
|
|
468 |
text-align: center;
|
|
469 |
vertical-align: top;
|
|
470 |
width: 24px;
|
|
471 |
height: 24px;
|
|
472 |
-webkit-appearance: none;
|
|
473 |
appearance: none;
|
|
474 |
transition: 0.1s border-color ease-in-out; }
|
|
475 |
@media (prefers-reduced-motion: reduce) {
|
|
476 |
.components-checkbox-control__input[type="checkbox"] {
|
|
477 |
transition-duration: 0s; } }
|
|
478 |
@media (min-width: 600px) {
|
|
479 |
.components-checkbox-control__input[type="checkbox"] {
|
|
480 |
font-size: 13px;
|
|
481 |
/* Override core line-height. To be reviewed. */
|
|
482 |
line-height: normal; } }
|
|
483 |
.components-checkbox-control__input[type="checkbox"]:focus {
|
|
484 |
border-color: #007cba;
|
|
485 |
border-color: var(--wp-admin-theme-color);
|
|
486 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
487 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
488 |
outline: 2px solid transparent; }
|
|
489 |
.components-checkbox-control__input[type="checkbox"]::-webkit-input-placeholder {
|
|
490 |
color: rgba(30, 30, 30, 0.62); }
|
|
491 |
.components-checkbox-control__input[type="checkbox"]::-moz-placeholder {
|
|
492 |
opacity: 1;
|
|
493 |
color: rgba(30, 30, 30, 0.62); }
|
|
494 |
.components-checkbox-control__input[type="checkbox"]:-ms-input-placeholder {
|
|
495 |
color: rgba(30, 30, 30, 0.62); }
|
|
496 |
.is-dark-theme .components-checkbox-control__input[type="checkbox"]::-webkit-input-placeholder {
|
|
497 |
color: rgba(255, 255, 255, 0.65); }
|
|
498 |
.is-dark-theme .components-checkbox-control__input[type="checkbox"]::-moz-placeholder {
|
|
499 |
opacity: 1;
|
|
500 |
color: rgba(255, 255, 255, 0.65); }
|
|
501 |
.is-dark-theme .components-checkbox-control__input[type="checkbox"]:-ms-input-placeholder {
|
|
502 |
color: rgba(255, 255, 255, 0.65); }
|
|
503 |
.components-checkbox-control__input[type="checkbox"]:focus {
|
|
504 |
box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
|
|
505 |
box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
|
|
506 |
outline: 2px solid transparent; }
|
|
507 |
.components-checkbox-control__input[type="checkbox"]:checked {
|
|
508 |
background: #007cba;
|
|
509 |
background: var(--wp-admin-theme-color);
|
|
510 |
border-color: #007cba;
|
|
511 |
border-color: var(--wp-admin-theme-color); }
|
|
512 |
.components-checkbox-control__input[type="checkbox"]:checked::-ms-check {
|
|
513 |
opacity: 0; }
|
|
514 |
.components-checkbox-control__input[type="checkbox"]:checked::before, .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before {
|
|
515 |
margin: -3px -5px;
|
|
516 |
color: #fff; }
|
|
517 |
@media (min-width: 782px) {
|
|
518 |
.components-checkbox-control__input[type="checkbox"]:checked::before, .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before {
|
|
519 |
margin: -4px 0 0 -5px; } }
|
|
520 |
.components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] {
|
|
521 |
background: #007cba;
|
|
522 |
background: var(--wp-admin-theme-color);
|
|
523 |
border-color: #007cba;
|
|
524 |
border-color: var(--wp-admin-theme-color); }
|
|
525 |
.components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before {
|
|
526 |
content: "\f460";
|
|
527 |
float: left;
|
|
528 |
display: inline-block;
|
|
529 |
vertical-align: middle;
|
|
530 |
width: 16px;
|
|
531 |
/* stylelint-disable */
|
|
532 |
font: normal 30px/1 dashicons;
|
|
533 |
/* stylelint-enable */
|
|
534 |
speak: none;
|
|
535 |
-webkit-font-smoothing: antialiased;
|
|
536 |
-moz-osx-font-smoothing: grayscale; }
|
|
537 |
@media (min-width: 782px) {
|
|
538 |
.components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before {
|
|
539 |
float: none;
|
|
540 |
font-size: 21px; } }
|
|
541 |
@media (min-width: 600px) {
|
|
542 |
.components-checkbox-control__input[type="checkbox"] {
|
|
543 |
height: 20px;
|
|
544 |
width: 20px; } }
|
|
545 |
@media (prefers-reduced-motion: reduce) {
|
|
546 |
.components-checkbox-control__input[type="checkbox"] {
|
|
547 |
transition-duration: 0s; } }
|
|
548 |
.components-checkbox-control__input[type="checkbox"]:focus {
|
|
549 |
box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
|
|
550 |
box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
|
|
551 |
outline: 2px solid transparent; }
|
|
552 |
.components-checkbox-control__input[type="checkbox"]:checked {
|
|
553 |
background: #007cba;
|
|
554 |
background: var(--wp-admin-theme-color);
|
|
555 |
border-color: #007cba;
|
|
556 |
border-color: var(--wp-admin-theme-color); }
|
|
557 |
.components-checkbox-control__input[type="checkbox"]:checked::-ms-check {
|
|
558 |
opacity: 0; }
|
|
559 |
.components-checkbox-control__input[type="checkbox"]:checked::before {
|
|
560 |
content: none; }
|
|
561 |
|
|
562 |
.components-checkbox-control__input-container {
|
|
563 |
position: relative;
|
|
564 |
display: inline-block;
|
|
565 |
margin-right: 12px;
|
|
566 |
vertical-align: middle;
|
|
567 |
width: 24px;
|
|
568 |
height: 24px; }
|
|
569 |
@media (min-width: 600px) {
|
|
570 |
.components-checkbox-control__input-container {
|
|
571 |
width: 20px;
|
|
572 |
height: 20px; } }
|
|
573 |
|
|
574 |
svg.components-checkbox-control__checked {
|
|
575 |
fill: #fff;
|
|
576 |
cursor: pointer;
|
|
577 |
position: absolute;
|
|
578 |
left: 0;
|
|
579 |
top: 0;
|
|
580 |
width: 24px;
|
|
581 |
height: 24px;
|
|
582 |
-webkit-user-select: none;
|
|
583 |
-ms-user-select: none;
|
|
584 |
user-select: none;
|
|
585 |
pointer-events: none; }
|
|
586 |
@media (min-width: 600px) {
|
|
587 |
svg.components-checkbox-control__checked {
|
|
588 |
left: -2px;
|
|
589 |
top: -2px; } }
|
|
590 |
|
|
591 |
.components-circular-option-picker {
|
|
592 |
display: inline-block;
|
|
593 |
margin-top: 0.6rem;
|
|
594 |
width: 100%; }
|
|
595 |
.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
|
9
|
596 |
display: flex;
|
|
597 |
justify-content: flex-end; }
|
|
598 |
|
16
|
599 |
.components-circular-option-picker__option-wrapper {
|
9
|
600 |
display: inline-block;
|
|
601 |
height: 28px;
|
|
602 |
width: 28px;
|
16
|
603 |
margin-right: 12px;
|
|
604 |
margin-bottom: 12px;
|
9
|
605 |
vertical-align: top;
|
|
606 |
transform: scale(1);
|
|
607 |
transition: 100ms transform ease; }
|
16
|
608 |
@media (prefers-reduced-motion: reduce) {
|
|
609 |
.components-circular-option-picker__option-wrapper {
|
|
610 |
transition-duration: 0s; } }
|
|
611 |
.components-circular-option-picker__option-wrapper:hover {
|
9
|
612 |
transform: scale(1.2); }
|
16
|
613 |
.components-circular-option-picker__option-wrapper > div {
|
9
|
614 |
height: 100%;
|
|
615 |
width: 100%; }
|
|
616 |
|
16
|
617 |
.components-circular-option-picker__option-wrapper::before {
|
|
618 |
content: "";
|
|
619 |
position: absolute;
|
|
620 |
top: 1px;
|
|
621 |
left: 1px;
|
|
622 |
bottom: 1px;
|
|
623 |
right: 1px;
|
|
624 |
border-radius: 50%;
|
|
625 |
z-index: -1;
|
|
626 |
/* stylelint-disable-next-line function-url-quotes */
|
|
627 |
background: url('data:image/svg+xml,%3Csvg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6 8V6H4v2h2zM8 8V6h2v2H8zM10 16H8v-2h2v2zM12 16v-2h2v2h-2zM12 18v-2h-2v2H8v2h2v-2h2zM14 18v2h-2v-2h2zM16 18h-2v-2h2v2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z" fill="%23555D65"/%3E%3Cpath d="M18 18v2h-2v-2h2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z" fill="%23555D65"/%3E%3C/svg%3E'); }
|
|
628 |
|
|
629 |
.components-circular-option-picker__option {
|
9
|
630 |
display: inline-block;
|
|
631 |
vertical-align: top;
|
|
632 |
height: 100%;
|
|
633 |
width: 100%;
|
|
634 |
border: none;
|
|
635 |
border-radius: 50%;
|
|
636 |
background: transparent;
|
|
637 |
box-shadow: inset 0 0 0 14px;
|
|
638 |
transition: 100ms box-shadow ease;
|
|
639 |
cursor: pointer; }
|
16
|
640 |
@media (prefers-reduced-motion: reduce) {
|
|
641 |
.components-circular-option-picker__option {
|
|
642 |
transition-duration: 0s; } }
|
|
643 |
.components-circular-option-picker__option:hover {
|
|
644 |
box-shadow: inset 0 0 0 14px !important; }
|
|
645 |
.components-circular-option-picker__option.is-pressed {
|
9
|
646 |
box-shadow: inset 0 0 0 4px;
|
|
647 |
position: relative;
|
16
|
648 |
z-index: 1;
|
|
649 |
overflow: visible; }
|
|
650 |
.components-circular-option-picker__option.is-pressed + svg {
|
9
|
651 |
position: absolute;
|
16
|
652 |
left: 2px;
|
|
653 |
top: 2px;
|
|
654 |
border-radius: 50%;
|
|
655 |
z-index: 2;
|
|
656 |
pointer-events: none; }
|
|
657 |
.components-circular-option-picker__option::after {
|
9
|
658 |
content: "";
|
|
659 |
position: absolute;
|
16
|
660 |
top: -1px;
|
|
661 |
left: -1px;
|
|
662 |
bottom: -1px;
|
|
663 |
right: -1px;
|
9
|
664 |
border-radius: 50%;
|
16
|
665 |
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
|
|
666 |
border: 1px solid transparent; }
|
|
667 |
.components-circular-option-picker__option:focus::after {
|
|
668 |
content: "";
|
|
669 |
border: 2px solid #606a73;
|
|
670 |
width: 32px;
|
|
671 |
height: 32px;
|
|
672 |
position: absolute;
|
|
673 |
top: -2px;
|
|
674 |
left: -2px;
|
|
675 |
border-radius: 50%;
|
|
676 |
box-shadow: inset 0 0 0 2px #fff; }
|
|
677 |
.components-circular-option-picker__option.components-button:focus {
|
|
678 |
background-color: transparent;
|
|
679 |
box-shadow: inset 0 0 0 14px;
|
9
|
680 |
outline: none; }
|
16
|
681 |
|
|
682 |
.components-circular-option-picker__button-action .components-circular-option-picker__option {
|
9
|
683 |
color: #fff;
|
|
684 |
background: #fff; }
|
|
685 |
|
16
|
686 |
.components-circular-option-picker__dropdown-link-action {
|
9
|
687 |
margin-right: 16px; }
|
16
|
688 |
.components-circular-option-picker__dropdown-link-action .components-button {
|
9
|
689 |
line-height: 22px; }
|
|
690 |
|
16
|
691 |
.component-color-indicator {
|
|
692 |
width: 25px;
|
|
693 |
height: 16px;
|
|
694 |
margin-left: 0.8rem;
|
|
695 |
border: 1px solid #dadada;
|
|
696 |
display: inline-block; }
|
|
697 |
.component-color-indicator + .component-color-indicator {
|
|
698 |
margin-left: 0.5rem; }
|
9
|
699 |
|
|
700 |
/**
|
|
701 |
* Parts of this source were derived and modified from react-color,
|
|
702 |
* released under the MIT license.
|
|
703 |
*
|
|
704 |
* https://github.com/casesandberg/react-color/
|
|
705 |
*
|
|
706 |
* Copyright (c) 2015 Case Sandberg
|
|
707 |
*
|
|
708 |
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
709 |
* of this software and associated documentation files (the "Software"), to deal
|
|
710 |
* in the Software without restriction, including without limitation the rights
|
|
711 |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
712 |
* copies of the Software, and to permit persons to whom the Software is
|
|
713 |
* furnished to do so, subject to the following conditions:
|
|
714 |
*
|
|
715 |
* The above copyright notice and this permission notice shall be included in
|
|
716 |
* all copies or substantial portions of the Software.
|
|
717 |
*
|
|
718 |
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
719 |
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
720 |
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
721 |
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
722 |
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
723 |
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
724 |
* THE SOFTWARE.
|
|
725 |
*/
|
|
726 |
.components-color-picker {
|
16
|
727 |
width: 100%; }
|
|
728 |
.components-color-picker * {
|
|
729 |
box-sizing: border-box; }
|
9
|
730 |
|
|
731 |
.components-color-picker__saturation {
|
|
732 |
width: 100%;
|
|
733 |
padding-bottom: 55%;
|
|
734 |
position: relative; }
|
|
735 |
|
|
736 |
.components-color-picker__body {
|
|
737 |
padding: 16px 16px 12px; }
|
|
738 |
|
|
739 |
.components-color-picker__controls {
|
|
740 |
display: flex; }
|
|
741 |
|
|
742 |
.components-color-picker__saturation-pointer,
|
|
743 |
.components-color-picker__hue-pointer,
|
|
744 |
.components-color-picker__alpha-pointer {
|
|
745 |
padding: 0;
|
|
746 |
position: absolute;
|
|
747 |
cursor: pointer;
|
|
748 |
box-shadow: none;
|
|
749 |
border: none; }
|
|
750 |
|
|
751 |
/* CURRENT COLOR COMPONENT */
|
|
752 |
.components-color-picker__swatch {
|
|
753 |
margin-right: 8px;
|
|
754 |
width: 32px;
|
|
755 |
height: 32px;
|
|
756 |
border-radius: 50%;
|
|
757 |
position: relative;
|
|
758 |
overflow: hidden;
|
|
759 |
background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%);
|
|
760 |
background-size: 10px 10px;
|
|
761 |
background-position: 0 0, 0 5px, 5px -5px, -5px 0; }
|
|
762 |
.is-alpha-disabled .components-color-picker__swatch {
|
|
763 |
width: 12px;
|
|
764 |
height: 12px;
|
|
765 |
margin-top: 0; }
|
|
766 |
|
|
767 |
.components-color-picker__active {
|
|
768 |
position: absolute;
|
|
769 |
top: 0;
|
|
770 |
left: 0;
|
|
771 |
right: 0;
|
|
772 |
bottom: 0;
|
|
773 |
border-radius: 50%;
|
|
774 |
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
775 |
z-index: 2; }
|
|
776 |
|
|
777 |
/* SATURATION COMPONENT */
|
|
778 |
.components-color-picker__saturation-color,
|
|
779 |
.components-color-picker__saturation-white,
|
|
780 |
.components-color-picker__saturation-black {
|
|
781 |
position: absolute;
|
|
782 |
top: 0;
|
|
783 |
left: 0;
|
|
784 |
right: 0;
|
|
785 |
bottom: 0; }
|
|
786 |
|
|
787 |
.components-color-picker__saturation-color {
|
16
|
788 |
overflow: visible; }
|
9
|
789 |
|
|
790 |
.components-color-picker__saturation-white {
|
16
|
791 |
/*rtl:ignore*/
|
9
|
792 |
background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); }
|
|
793 |
|
|
794 |
.components-color-picker__saturation-black {
|
|
795 |
background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); }
|
|
796 |
|
16
|
797 |
.components-button.components-color-picker__saturation-pointer {
|
|
798 |
width: 14px;
|
|
799 |
height: 14px;
|
|
800 |
padding: 0;
|
9
|
801 |
border-radius: 50%;
|
|
802 |
background-color: transparent;
|
16
|
803 |
transform: translate(-50%, -50%);
|
|
804 |
box-shadow: 0 0 0 1px #fff, inset 0 0 0 1px #000, 0 0 0 2px #000; }
|
|
805 |
.components-button.components-color-picker__saturation-pointer:focus:not(:disabled) {
|
|
806 |
box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #000, 0 0 0 3px #000; }
|
9
|
807 |
|
|
808 |
/* HUE & ALPHA BARS */
|
|
809 |
.components-color-picker__toggles {
|
|
810 |
flex: 1; }
|
|
811 |
|
|
812 |
.components-color-picker__alpha {
|
|
813 |
background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%);
|
|
814 |
background-size: 10px 10px;
|
|
815 |
background-position: 0 0, 0 5px, 5px -5px, -5px 0; }
|
|
816 |
|
|
817 |
.components-color-picker__hue-gradient,
|
|
818 |
.components-color-picker__alpha-gradient {
|
|
819 |
position: absolute;
|
|
820 |
top: 0;
|
|
821 |
left: 0;
|
|
822 |
right: 0;
|
|
823 |
bottom: 0; }
|
|
824 |
|
|
825 |
.components-color-picker__hue,
|
|
826 |
.components-color-picker__alpha {
|
|
827 |
height: 12px;
|
|
828 |
position: relative; }
|
|
829 |
|
|
830 |
.is-alpha-enabled .components-color-picker__hue {
|
|
831 |
margin-bottom: 8px; }
|
|
832 |
|
|
833 |
.components-color-picker__hue-bar,
|
|
834 |
.components-color-picker__alpha-bar {
|
|
835 |
position: relative;
|
|
836 |
margin: 0 3px;
|
|
837 |
height: 100%;
|
|
838 |
padding: 0 2px; }
|
|
839 |
|
|
840 |
.components-color-picker__hue-gradient {
|
16
|
841 |
/*rtl:ignore*/
|
9
|
842 |
background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%); }
|
|
843 |
|
|
844 |
.components-color-picker__hue-pointer,
|
|
845 |
.components-color-picker__alpha-pointer {
|
16
|
846 |
/*rtl:ignore*/
|
9
|
847 |
left: 0;
|
|
848 |
width: 14px;
|
|
849 |
height: 14px;
|
|
850 |
border-radius: 50%;
|
|
851 |
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
|
|
852 |
background: #fff;
|
|
853 |
transform: translate(-7px, -1px); }
|
|
854 |
|
|
855 |
.components-color-picker__hue-pointer,
|
|
856 |
.components-color-picker__saturation-pointer {
|
|
857 |
transition: box-shadow 0.1s linear; }
|
16
|
858 |
@media (prefers-reduced-motion: reduce) {
|
|
859 |
.components-color-picker__hue-pointer,
|
|
860 |
.components-color-picker__saturation-pointer {
|
|
861 |
transition-duration: 0s; } }
|
9
|
862 |
|
|
863 |
.components-color-picker__saturation-pointer:focus {
|
16
|
864 |
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba, 0 0 5px 0 #007cba, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
865 |
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color), 0 0 5px 0 var(--wp-admin-theme-color), inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); }
|
9
|
866 |
|
|
867 |
.components-color-picker__hue-pointer:focus,
|
|
868 |
.components-color-picker__alpha-pointer:focus {
|
16
|
869 |
border-color: #007cba;
|
|
870 |
border-color: var(--wp-admin-theme-color);
|
|
871 |
box-shadow: 0 0 0 2px #007cba, 0 0 3px 0 #007cba;
|
|
872 |
box-shadow: 0 0 0 2px var(--wp-admin-theme-color), 0 0 3px 0 var(--wp-admin-theme-color);
|
9
|
873 |
outline: 2px solid transparent;
|
|
874 |
outline-offset: -2px; }
|
|
875 |
|
|
876 |
/* INPUTS COMPONENT */
|
|
877 |
.components-color-picker__inputs-wrapper {
|
|
878 |
margin: 0 -4px;
|
|
879 |
padding-top: 16px;
|
|
880 |
display: flex;
|
16
|
881 |
align-items: flex-end;
|
|
882 |
min-width: 255px; }
|
9
|
883 |
.components-color-picker__inputs-wrapper fieldset {
|
16
|
884 |
flex: 1;
|
|
885 |
border: none;
|
|
886 |
margin: 0;
|
|
887 |
padding: 0; }
|
9
|
888 |
.components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type="number"] {
|
16
|
889 |
padding: 6px 3px;
|
|
890 |
margin: 0; }
|
|
891 |
|
|
892 |
.components-color-picker__inputs-field {
|
|
893 |
width: 100%; }
|
9
|
894 |
|
|
895 |
.components-color-picker__inputs-fields {
|
16
|
896 |
display: flex;
|
|
897 |
/*rtl:ignore*/
|
|
898 |
direction: ltr;
|
|
899 |
flex-grow: 1;
|
|
900 |
margin-right: 4px; }
|
|
901 |
.components-color-picker__inputs-fields .components-base-control + .components-base-control {
|
|
902 |
margin-top: 0; }
|
9
|
903 |
.components-color-picker__inputs-fields .components-base-control__field {
|
16
|
904 |
margin: 0 2px; }
|
|
905 |
|
|
906 |
.components-color-picker__inputs-toggle {
|
|
907 |
height: 30px;
|
|
908 |
padding: 0 5px; }
|
|
909 |
|
|
910 |
.components-combobox-control {
|
|
911 |
color: #555d66;
|
|
912 |
position: relative; }
|
|
913 |
|
|
914 |
.components-combobox-control__label {
|
|
915 |
display: block;
|
|
916 |
margin-bottom: 5px; }
|
|
917 |
|
|
918 |
.components-combobox-control__button {
|
|
919 |
border: 1px solid #7e8993;
|
|
920 |
border-radius: 4px;
|
|
921 |
color: #555d66;
|
|
922 |
display: inline-block;
|
|
923 |
min-height: 30px;
|
|
924 |
min-width: 130px;
|
|
925 |
position: relative;
|
|
926 |
text-align: left; }
|
|
927 |
.components-combobox-control__button:focus {
|
|
928 |
border-color: #007cba;
|
|
929 |
border-color: var(--wp-admin-theme-color); }
|
|
930 |
.components-combobox-control__button-input {
|
|
931 |
border: none;
|
|
932 |
height: calc(100% - 2px);
|
|
933 |
left: 1px;
|
|
934 |
padding: 0 4px;
|
|
935 |
position: absolute;
|
|
936 |
top: 1px;
|
|
937 |
width: calc(100% - 2px); }
|
|
938 |
.components-combobox-control__button-button:hover {
|
|
939 |
box-shadow: none !important; }
|
|
940 |
.components-combobox-control__button-icon {
|
|
941 |
height: 100%;
|
|
942 |
padding: 0 4px;
|
|
943 |
position: absolute;
|
|
944 |
right: 0;
|
|
945 |
top: 0; }
|
|
946 |
|
|
947 |
.components-combobox-control__menu {
|
|
948 |
background: #fff;
|
|
949 |
min-width: 100%;
|
|
950 |
padding: 0;
|
|
951 |
position: absolute;
|
|
952 |
z-index: 1000000; }
|
|
953 |
|
|
954 |
.components-combobox-control__item {
|
|
955 |
align-items: center;
|
|
956 |
display: flex;
|
|
957 |
list-style-type: none;
|
|
958 |
padding: 10px 5px 10px 25px; }
|
|
959 |
.components-combobox-control__item.is-highlighted {
|
|
960 |
background: #ddd; }
|
|
961 |
.components-combobox-control__item-icon {
|
|
962 |
margin-left: -20px;
|
|
963 |
margin-right: 0; }
|
|
964 |
|
|
965 |
.components-custom-gradient-picker {
|
|
966 |
margin-top: 8px; }
|
|
967 |
|
|
968 |
.components-custom-gradient-picker__gradient-bar:not(.has-gradient) {
|
|
969 |
opacity: 0.4; }
|
|
970 |
|
|
971 |
.components-custom-gradient-picker__gradient-bar {
|
|
972 |
width: 100%;
|
|
973 |
height: 24px;
|
|
974 |
border-radius: 24px;
|
|
975 |
margin-bottom: 8px;
|
|
976 |
padding-left: 3px;
|
|
977 |
padding-right: 21px; }
|
|
978 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
|
|
979 |
position: relative; }
|
|
980 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point {
|
|
981 |
border-radius: 50%;
|
|
982 |
background: #fff;
|
|
983 |
padding: 2px;
|
|
984 |
min-width: 24px;
|
|
985 |
width: 24px;
|
|
986 |
height: 24px;
|
|
987 |
position: relative; }
|
|
988 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg {
|
|
989 |
height: 100%;
|
|
990 |
width: 100%; }
|
|
991 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
|
|
992 |
border: 2px solid #fff;
|
|
993 |
border-radius: 50%;
|
|
994 |
height: 18px;
|
|
995 |
padding: 0;
|
|
996 |
position: absolute;
|
|
997 |
width: 18px;
|
|
998 |
top: 3px; }
|
|
999 |
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active {
|
|
1000 |
background: #fafafa;
|
|
1001 |
color: #23282d;
|
|
1002 |
border-color: #999;
|
|
1003 |
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
|
|
1004 |
box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); }
|
|
1005 |
|
|
1006 |
.components-custom-gradient-picker__color-picker-popover .components-custom-gradient-picker__remove-control-point {
|
|
1007 |
margin-left: auto;
|
|
1008 |
margin-right: auto;
|
|
1009 |
display: block;
|
|
1010 |
margin-bottom: 8px; }
|
|
1011 |
|
|
1012 |
.components-custom-gradient-picker__inserter {
|
|
1013 |
width: 100%; }
|
|
1014 |
|
|
1015 |
.components-custom-gradient-picker__liner-gradient-indicator {
|
|
1016 |
display: inline-block;
|
|
1017 |
flex: 0 auto;
|
|
1018 |
width: 20px;
|
|
1019 |
height: 20px; }
|
|
1020 |
|
|
1021 |
.components-custom-gradient-picker__ui-line {
|
|
1022 |
display: flex;
|
|
1023 |
justify-content: space-between; }
|
|
1024 |
|
|
1025 |
.components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-angle-picker,
|
|
1026 |
.components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-custom-gradient-picker__type-picker {
|
|
1027 |
margin-bottom: 0; }
|
|
1028 |
|
|
1029 |
.components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
|
|
1030 |
border: none; }
|
|
1031 |
.components-custom-gradient-picker .components-custom-gradient-picker__toolbar > div + div {
|
|
1032 |
margin-left: 1px; }
|
|
1033 |
.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed > svg {
|
|
1034 |
background: #fff;
|
|
1035 |
border: 1px solid #7e8993;
|
|
1036 |
border-radius: 2px; }
|
|
1037 |
|
|
1038 |
.components-custom-select-control {
|
|
1039 |
position: relative; }
|
|
1040 |
|
|
1041 |
.components-custom-select-control__label {
|
|
1042 |
display: block;
|
|
1043 |
margin-bottom: 8px; }
|
|
1044 |
|
|
1045 |
.components-custom-select-control__button {
|
|
1046 |
border: 1px solid #757575;
|
|
1047 |
border-radius: 2px;
|
|
1048 |
min-height: 30px;
|
|
1049 |
min-width: 130px;
|
|
1050 |
position: relative;
|
|
1051 |
text-align: left; }
|
|
1052 |
.components-custom-select-control__button.components-custom-select-control__button {
|
|
1053 |
padding-right: 24px; }
|
|
1054 |
.components-custom-select-control__button:focus:not(:disabled) {
|
|
1055 |
border-color: #007cba;
|
|
1056 |
border-color: var(--wp-admin-theme-color);
|
|
1057 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
1058 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); }
|
|
1059 |
.components-custom-select-control__button .components-custom-select-control__button-icon {
|
|
1060 |
height: 100%;
|
|
1061 |
padding: 0;
|
|
1062 |
position: absolute;
|
|
1063 |
right: 0;
|
|
1064 |
top: 0; }
|
|
1065 |
|
|
1066 |
.components-custom-select-control__menu {
|
|
1067 |
background-color: #fff;
|
|
1068 |
max-height: 400px;
|
|
1069 |
min-width: 100%;
|
|
1070 |
overflow: auto;
|
|
1071 |
padding: 0;
|
|
1072 |
position: absolute;
|
|
1073 |
z-index: 1000000; }
|
|
1074 |
.components-custom-select-control__menu:focus {
|
|
1075 |
border: 1px solid #1e1e1e;
|
|
1076 |
border-radius: 2px;
|
|
1077 |
outline: none;
|
|
1078 |
transition: none; }
|
|
1079 |
|
|
1080 |
.components-custom-select-control__item {
|
|
1081 |
align-items: center;
|
|
1082 |
display: flex;
|
|
1083 |
list-style-type: none;
|
|
1084 |
padding: 10px 5px 10px 25px;
|
|
1085 |
cursor: default; }
|
|
1086 |
.components-custom-select-control__item.is-highlighted {
|
|
1087 |
background: #ddd; }
|
|
1088 |
.components-custom-select-control__item-icon {
|
|
1089 |
margin-left: -20px;
|
|
1090 |
margin-right: 0; }
|
9
|
1091 |
|
|
1092 |
svg.dashicon {
|
|
1093 |
fill: currentColor;
|
|
1094 |
outline: none; }
|
|
1095 |
|
|
1096 |
/*rtl:begin:ignore*/
|
|
1097 |
.PresetDateRangePicker_panel {
|
|
1098 |
padding: 0 22px 11px; }
|
|
1099 |
|
|
1100 |
.PresetDateRangePicker_button {
|
|
1101 |
position: relative;
|
|
1102 |
height: 100%;
|
|
1103 |
text-align: center;
|
|
1104 |
background: 0 0;
|
|
1105 |
border: 2px solid #00a699;
|
|
1106 |
color: #00a699;
|
|
1107 |
padding: 4px 12px;
|
|
1108 |
margin-right: 8px;
|
|
1109 |
font: inherit;
|
|
1110 |
font-weight: 700;
|
|
1111 |
line-height: normal;
|
|
1112 |
overflow: visible;
|
|
1113 |
box-sizing: border-box;
|
|
1114 |
cursor: pointer; }
|
|
1115 |
|
|
1116 |
.PresetDateRangePicker_button:active {
|
|
1117 |
outline: 0; }
|
|
1118 |
|
|
1119 |
.PresetDateRangePicker_button__selected {
|
|
1120 |
color: #fff;
|
|
1121 |
background: #00a699; }
|
|
1122 |
|
|
1123 |
.SingleDatePickerInput {
|
|
1124 |
display: inline-block;
|
|
1125 |
background-color: #fff; }
|
|
1126 |
|
|
1127 |
.SingleDatePickerInput__withBorder {
|
|
1128 |
border-radius: 2px;
|
|
1129 |
border: 1px solid #dbdbdb; }
|
|
1130 |
|
|
1131 |
.SingleDatePickerInput__rtl {
|
|
1132 |
direction: rtl; }
|
|
1133 |
|
|
1134 |
.SingleDatePickerInput__disabled {
|
|
1135 |
background-color: #f2f2f2; }
|
|
1136 |
|
|
1137 |
.SingleDatePickerInput__block {
|
|
1138 |
display: block; }
|
|
1139 |
|
|
1140 |
.SingleDatePickerInput__showClearDate {
|
|
1141 |
padding-right: 30px; }
|
|
1142 |
|
|
1143 |
.SingleDatePickerInput_clearDate {
|
|
1144 |
background: 0 0;
|
|
1145 |
border: 0;
|
|
1146 |
color: inherit;
|
|
1147 |
font: inherit;
|
|
1148 |
line-height: normal;
|
|
1149 |
overflow: visible;
|
|
1150 |
cursor: pointer;
|
|
1151 |
padding: 10px;
|
|
1152 |
margin: 0 10px 0 5px;
|
|
1153 |
position: absolute;
|
|
1154 |
right: 0;
|
|
1155 |
top: 50%;
|
|
1156 |
transform: translateY(-50%); }
|
|
1157 |
|
|
1158 |
.SingleDatePickerInput_clearDate__default:focus,
|
|
1159 |
.SingleDatePickerInput_clearDate__default:hover {
|
|
1160 |
background: #dbdbdb;
|
|
1161 |
border-radius: 50%; }
|
|
1162 |
|
|
1163 |
.SingleDatePickerInput_clearDate__small {
|
|
1164 |
padding: 6px; }
|
|
1165 |
|
|
1166 |
.SingleDatePickerInput_clearDate__hide {
|
|
1167 |
visibility: hidden; }
|
|
1168 |
|
|
1169 |
.SingleDatePickerInput_clearDate_svg {
|
|
1170 |
fill: #82888a;
|
|
1171 |
height: 12px;
|
|
1172 |
width: 15px;
|
|
1173 |
vertical-align: middle; }
|
|
1174 |
|
|
1175 |
.SingleDatePickerInput_clearDate_svg__small {
|
|
1176 |
height: 9px; }
|
|
1177 |
|
|
1178 |
.SingleDatePickerInput_calendarIcon {
|
|
1179 |
background: 0 0;
|
|
1180 |
border: 0;
|
|
1181 |
color: inherit;
|
|
1182 |
font: inherit;
|
|
1183 |
line-height: normal;
|
|
1184 |
overflow: visible;
|
|
1185 |
cursor: pointer;
|
|
1186 |
display: inline-block;
|
|
1187 |
vertical-align: middle;
|
|
1188 |
padding: 10px;
|
|
1189 |
margin: 0 5px 0 10px; }
|
|
1190 |
|
|
1191 |
.SingleDatePickerInput_calendarIcon_svg {
|
|
1192 |
fill: #82888a;
|
|
1193 |
height: 15px;
|
|
1194 |
width: 14px;
|
|
1195 |
vertical-align: middle; }
|
|
1196 |
|
|
1197 |
.SingleDatePicker {
|
|
1198 |
position: relative;
|
|
1199 |
display: inline-block; }
|
|
1200 |
|
|
1201 |
.SingleDatePicker__block {
|
|
1202 |
display: block; }
|
|
1203 |
|
|
1204 |
.SingleDatePicker_picker {
|
|
1205 |
z-index: 1;
|
|
1206 |
background-color: #fff;
|
|
1207 |
position: absolute; }
|
|
1208 |
|
|
1209 |
.SingleDatePicker_picker__rtl {
|
|
1210 |
direction: rtl; }
|
|
1211 |
|
|
1212 |
.SingleDatePicker_picker__directionLeft {
|
|
1213 |
left: 0; }
|
|
1214 |
|
|
1215 |
.SingleDatePicker_picker__directionRight {
|
|
1216 |
right: 0; }
|
|
1217 |
|
|
1218 |
.SingleDatePicker_picker__portal {
|
|
1219 |
background-color: rgba(0, 0, 0, 0.3);
|
|
1220 |
position: fixed;
|
|
1221 |
top: 0;
|
|
1222 |
left: 0;
|
|
1223 |
height: 100%;
|
|
1224 |
width: 100%; }
|
|
1225 |
|
|
1226 |
.SingleDatePicker_picker__fullScreenPortal {
|
|
1227 |
background-color: #fff; }
|
|
1228 |
|
|
1229 |
.SingleDatePicker_closeButton {
|
|
1230 |
background: 0 0;
|
|
1231 |
border: 0;
|
|
1232 |
color: inherit;
|
|
1233 |
font: inherit;
|
|
1234 |
line-height: normal;
|
|
1235 |
overflow: visible;
|
|
1236 |
cursor: pointer;
|
|
1237 |
position: absolute;
|
|
1238 |
top: 0;
|
|
1239 |
right: 0;
|
|
1240 |
padding: 15px;
|
|
1241 |
z-index: 2; }
|
|
1242 |
|
|
1243 |
.SingleDatePicker_closeButton:focus,
|
|
1244 |
.SingleDatePicker_closeButton:hover {
|
|
1245 |
color: #b0b3b4;
|
|
1246 |
text-decoration: none; }
|
|
1247 |
|
|
1248 |
.SingleDatePicker_closeButton_svg {
|
|
1249 |
height: 15px;
|
|
1250 |
width: 15px;
|
|
1251 |
fill: #cacccd; }
|
|
1252 |
|
|
1253 |
.DayPickerKeyboardShortcuts_buttonReset {
|
|
1254 |
background: 0 0;
|
|
1255 |
border: 0;
|
|
1256 |
border-radius: 0;
|
|
1257 |
color: inherit;
|
|
1258 |
font: inherit;
|
|
1259 |
line-height: normal;
|
|
1260 |
overflow: visible;
|
|
1261 |
padding: 0;
|
|
1262 |
cursor: pointer;
|
|
1263 |
font-size: 14px; }
|
|
1264 |
|
|
1265 |
.DayPickerKeyboardShortcuts_buttonReset:active {
|
|
1266 |
outline: 0; }
|
|
1267 |
|
|
1268 |
.DayPickerKeyboardShortcuts_show {
|
|
1269 |
width: 22px;
|
|
1270 |
position: absolute;
|
|
1271 |
z-index: 2; }
|
|
1272 |
|
|
1273 |
.DayPickerKeyboardShortcuts_show__bottomRight {
|
|
1274 |
border-top: 26px solid transparent;
|
|
1275 |
border-right: 33px solid #00a699;
|
|
1276 |
bottom: 0;
|
|
1277 |
right: 0; }
|
|
1278 |
|
|
1279 |
.DayPickerKeyboardShortcuts_show__bottomRight:hover {
|
|
1280 |
border-right: 33px solid #008489; }
|
|
1281 |
|
|
1282 |
.DayPickerKeyboardShortcuts_show__topRight {
|
|
1283 |
border-bottom: 26px solid transparent;
|
|
1284 |
border-right: 33px solid #00a699;
|
|
1285 |
top: 0;
|
|
1286 |
right: 0; }
|
|
1287 |
|
|
1288 |
.DayPickerKeyboardShortcuts_show__topRight:hover {
|
|
1289 |
border-right: 33px solid #008489; }
|
|
1290 |
|
|
1291 |
.DayPickerKeyboardShortcuts_show__topLeft {
|
|
1292 |
border-bottom: 26px solid transparent;
|
|
1293 |
border-left: 33px solid #00a699;
|
|
1294 |
top: 0;
|
|
1295 |
left: 0; }
|
|
1296 |
|
|
1297 |
.DayPickerKeyboardShortcuts_show__topLeft:hover {
|
|
1298 |
border-left: 33px solid #008489; }
|
|
1299 |
|
|
1300 |
.DayPickerKeyboardShortcuts_showSpan {
|
|
1301 |
color: #fff;
|
|
1302 |
position: absolute; }
|
|
1303 |
|
|
1304 |
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
|
|
1305 |
bottom: 0;
|
|
1306 |
right: -28px; }
|
|
1307 |
|
|
1308 |
.DayPickerKeyboardShortcuts_showSpan__topRight {
|
|
1309 |
top: 1px;
|
|
1310 |
right: -28px; }
|
|
1311 |
|
|
1312 |
.DayPickerKeyboardShortcuts_showSpan__topLeft {
|
|
1313 |
top: 1px;
|
|
1314 |
left: -28px; }
|
|
1315 |
|
|
1316 |
.DayPickerKeyboardShortcuts_panel {
|
|
1317 |
overflow: auto;
|
|
1318 |
background: #fff;
|
|
1319 |
border: 1px solid #dbdbdb;
|
|
1320 |
border-radius: 2px;
|
|
1321 |
position: absolute;
|
|
1322 |
top: 0;
|
|
1323 |
bottom: 0;
|
|
1324 |
right: 0;
|
|
1325 |
left: 0;
|
|
1326 |
z-index: 2;
|
|
1327 |
padding: 22px;
|
|
1328 |
margin: 33px; }
|
|
1329 |
|
|
1330 |
.DayPickerKeyboardShortcuts_title {
|
|
1331 |
font-size: 16px;
|
|
1332 |
font-weight: 700;
|
|
1333 |
margin: 0; }
|
|
1334 |
|
|
1335 |
.DayPickerKeyboardShortcuts_list {
|
|
1336 |
list-style: none;
|
|
1337 |
padding: 0;
|
|
1338 |
font-size: 14px; }
|
|
1339 |
|
|
1340 |
.DayPickerKeyboardShortcuts_close {
|
|
1341 |
position: absolute;
|
|
1342 |
right: 22px;
|
|
1343 |
top: 22px;
|
|
1344 |
z-index: 2; }
|
|
1345 |
|
|
1346 |
.DayPickerKeyboardShortcuts_close:active {
|
|
1347 |
outline: 0; }
|
|
1348 |
|
|
1349 |
.DayPickerKeyboardShortcuts_closeSvg {
|
|
1350 |
height: 15px;
|
|
1351 |
width: 15px;
|
|
1352 |
fill: #cacccd; }
|
|
1353 |
|
|
1354 |
.DayPickerKeyboardShortcuts_closeSvg:focus,
|
|
1355 |
.DayPickerKeyboardShortcuts_closeSvg:hover {
|
|
1356 |
fill: #82888a; }
|
|
1357 |
|
|
1358 |
.CalendarDay {
|
|
1359 |
box-sizing: border-box;
|
|
1360 |
cursor: pointer;
|
|
1361 |
font-size: 14px;
|
|
1362 |
text-align: center; }
|
|
1363 |
|
|
1364 |
.CalendarDay:active {
|
|
1365 |
outline: 0; }
|
|
1366 |
|
|
1367 |
.CalendarDay__defaultCursor {
|
|
1368 |
cursor: default; }
|
|
1369 |
|
|
1370 |
.CalendarDay__default {
|
|
1371 |
border: 1px solid #e4e7e7;
|
|
1372 |
color: #484848;
|
|
1373 |
background: #fff; }
|
|
1374 |
|
|
1375 |
.CalendarDay__default:hover {
|
|
1376 |
background: #e4e7e7;
|
|
1377 |
border: 1px double #e4e7e7;
|
|
1378 |
color: inherit; }
|
|
1379 |
|
|
1380 |
.CalendarDay__hovered_offset {
|
|
1381 |
background: #f4f5f5;
|
|
1382 |
border: 1px double #e4e7e7;
|
|
1383 |
color: inherit; }
|
|
1384 |
|
|
1385 |
.CalendarDay__outside {
|
|
1386 |
border: 0;
|
|
1387 |
background: #fff;
|
|
1388 |
color: #484848; }
|
|
1389 |
|
|
1390 |
.CalendarDay__outside:hover {
|
|
1391 |
border: 0; }
|
|
1392 |
|
|
1393 |
.CalendarDay__blocked_minimum_nights {
|
|
1394 |
background: #fff;
|
|
1395 |
border: 1px solid #eceeee;
|
|
1396 |
color: #cacccd; }
|
|
1397 |
|
|
1398 |
.CalendarDay__blocked_minimum_nights:active,
|
|
1399 |
.CalendarDay__blocked_minimum_nights:hover {
|
|
1400 |
background: #fff;
|
|
1401 |
color: #cacccd; }
|
|
1402 |
|
|
1403 |
.CalendarDay__highlighted_calendar {
|
|
1404 |
background: #ffe8bc;
|
|
1405 |
color: #484848; }
|
|
1406 |
|
|
1407 |
.CalendarDay__highlighted_calendar:active,
|
|
1408 |
.CalendarDay__highlighted_calendar:hover {
|
|
1409 |
background: #ffce71;
|
|
1410 |
color: #484848; }
|
|
1411 |
|
|
1412 |
.CalendarDay__selected_span {
|
|
1413 |
background: #66e2da;
|
|
1414 |
border: 1px solid #33dacd;
|
|
1415 |
color: #fff; }
|
|
1416 |
|
|
1417 |
.CalendarDay__selected_span:active,
|
|
1418 |
.CalendarDay__selected_span:hover {
|
|
1419 |
background: #33dacd;
|
|
1420 |
border: 1px solid #33dacd;
|
|
1421 |
color: #fff; }
|
|
1422 |
|
|
1423 |
.CalendarDay__last_in_range {
|
|
1424 |
border-right: #00a699; }
|
|
1425 |
|
|
1426 |
.CalendarDay__selected,
|
|
1427 |
.CalendarDay__selected:active,
|
|
1428 |
.CalendarDay__selected:hover {
|
|
1429 |
background: #00a699;
|
|
1430 |
border: 1px solid #00a699;
|
|
1431 |
color: #fff; }
|
|
1432 |
|
|
1433 |
.CalendarDay__hovered_span,
|
|
1434 |
.CalendarDay__hovered_span:hover {
|
|
1435 |
background: #b2f1ec;
|
|
1436 |
border: 1px solid #80e8e0;
|
|
1437 |
color: #007a87; }
|
|
1438 |
|
|
1439 |
.CalendarDay__hovered_span:active {
|
|
1440 |
background: #80e8e0;
|
|
1441 |
border: 1px solid #80e8e0;
|
|
1442 |
color: #007a87; }
|
|
1443 |
|
|
1444 |
.CalendarDay__blocked_calendar,
|
|
1445 |
.CalendarDay__blocked_calendar:active,
|
|
1446 |
.CalendarDay__blocked_calendar:hover {
|
|
1447 |
background: #cacccd;
|
|
1448 |
border: 1px solid #cacccd;
|
|
1449 |
color: #82888a; }
|
|
1450 |
|
|
1451 |
.CalendarDay__blocked_out_of_range,
|
|
1452 |
.CalendarDay__blocked_out_of_range:active,
|
|
1453 |
.CalendarDay__blocked_out_of_range:hover {
|
|
1454 |
background: #fff;
|
|
1455 |
border: 1px solid #e4e7e7;
|
|
1456 |
color: #cacccd; }
|
|
1457 |
|
|
1458 |
.CalendarMonth {
|
|
1459 |
background: #fff;
|
|
1460 |
text-align: center;
|
|
1461 |
vertical-align: top;
|
|
1462 |
-webkit-user-select: none;
|
|
1463 |
-ms-user-select: none;
|
|
1464 |
user-select: none; }
|
|
1465 |
|
|
1466 |
.CalendarMonth_table {
|
|
1467 |
border-collapse: collapse;
|
|
1468 |
border-spacing: 0; }
|
|
1469 |
|
|
1470 |
.CalendarMonth_verticalSpacing {
|
|
1471 |
border-collapse: separate; }
|
|
1472 |
|
|
1473 |
.CalendarMonth_caption {
|
|
1474 |
color: #484848;
|
|
1475 |
font-size: 18px;
|
|
1476 |
text-align: center;
|
|
1477 |
padding-top: 22px;
|
|
1478 |
padding-bottom: 37px;
|
|
1479 |
caption-side: initial; }
|
|
1480 |
|
|
1481 |
.CalendarMonth_caption__verticalScrollable {
|
|
1482 |
padding-top: 12px;
|
|
1483 |
padding-bottom: 7px; }
|
|
1484 |
|
|
1485 |
.CalendarMonthGrid {
|
|
1486 |
background: #fff;
|
|
1487 |
text-align: left;
|
|
1488 |
z-index: 0; }
|
|
1489 |
|
|
1490 |
.CalendarMonthGrid__animating {
|
|
1491 |
z-index: 1; }
|
|
1492 |
|
|
1493 |
.CalendarMonthGrid__horizontal {
|
|
1494 |
position: absolute;
|
|
1495 |
left: 9px; }
|
|
1496 |
|
|
1497 |
.CalendarMonthGrid__vertical {
|
|
1498 |
margin: 0 auto; }
|
|
1499 |
|
|
1500 |
.CalendarMonthGrid__vertical_scrollable {
|
|
1501 |
margin: 0 auto;
|
|
1502 |
overflow-y: scroll; }
|
|
1503 |
|
|
1504 |
.CalendarMonthGrid_month__horizontal {
|
|
1505 |
display: inline-block;
|
|
1506 |
vertical-align: top;
|
|
1507 |
min-height: 100%; }
|
|
1508 |
|
|
1509 |
.CalendarMonthGrid_month__hideForAnimation {
|
|
1510 |
position: absolute;
|
|
1511 |
z-index: -1;
|
|
1512 |
opacity: 0;
|
|
1513 |
pointer-events: none; }
|
|
1514 |
|
|
1515 |
.CalendarMonthGrid_month__hidden {
|
|
1516 |
visibility: hidden; }
|
|
1517 |
|
|
1518 |
.DayPickerNavigation {
|
|
1519 |
position: relative;
|
|
1520 |
z-index: 2; }
|
|
1521 |
|
|
1522 |
.DayPickerNavigation__horizontal {
|
|
1523 |
height: 0; }
|
|
1524 |
|
|
1525 |
.DayPickerNavigation__verticalDefault {
|
|
1526 |
position: absolute;
|
|
1527 |
width: 100%;
|
|
1528 |
height: 52px;
|
|
1529 |
bottom: 0;
|
|
1530 |
left: 0; }
|
|
1531 |
|
|
1532 |
.DayPickerNavigation__verticalScrollableDefault {
|
|
1533 |
position: relative; }
|
|
1534 |
|
|
1535 |
.DayPickerNavigation_button {
|
|
1536 |
cursor: pointer;
|
|
1537 |
-webkit-user-select: none;
|
|
1538 |
-ms-user-select: none;
|
|
1539 |
user-select: none;
|
|
1540 |
border: 0;
|
|
1541 |
padding: 0;
|
|
1542 |
margin: 0; }
|
|
1543 |
|
|
1544 |
.DayPickerNavigation_button__default {
|
|
1545 |
border: 1px solid #e4e7e7;
|
|
1546 |
background-color: #fff;
|
|
1547 |
color: #757575; }
|
|
1548 |
|
|
1549 |
.DayPickerNavigation_button__default:focus,
|
|
1550 |
.DayPickerNavigation_button__default:hover {
|
|
1551 |
border: 1px solid #c4c4c4; }
|
|
1552 |
|
|
1553 |
.DayPickerNavigation_button__default:active {
|
|
1554 |
background: #f2f2f2; }
|
|
1555 |
|
|
1556 |
.DayPickerNavigation_button__horizontalDefault {
|
|
1557 |
position: absolute;
|
|
1558 |
top: 18px;
|
|
1559 |
line-height: .78;
|
|
1560 |
border-radius: 3px;
|
|
1561 |
padding: 6px 9px; }
|
|
1562 |
|
|
1563 |
.DayPickerNavigation_leftButton__horizontalDefault {
|
|
1564 |
left: 22px; }
|
|
1565 |
|
|
1566 |
.DayPickerNavigation_rightButton__horizontalDefault {
|
|
1567 |
right: 22px; }
|
|
1568 |
|
|
1569 |
.DayPickerNavigation_button__verticalDefault {
|
|
1570 |
padding: 5px;
|
|
1571 |
background: #fff;
|
|
1572 |
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
|
|
1573 |
position: relative;
|
|
1574 |
display: inline-block;
|
|
1575 |
height: 100%;
|
|
1576 |
width: 50%; }
|
|
1577 |
|
|
1578 |
.DayPickerNavigation_nextButton__verticalDefault {
|
|
1579 |
border-left: 0; }
|
|
1580 |
|
|
1581 |
.DayPickerNavigation_nextButton__verticalScrollableDefault {
|
|
1582 |
width: 100%; }
|
|
1583 |
|
|
1584 |
.DayPickerNavigation_svg__horizontal {
|
|
1585 |
height: 19px;
|
|
1586 |
width: 19px;
|
|
1587 |
fill: #82888a;
|
|
1588 |
display: block; }
|
|
1589 |
|
|
1590 |
.DayPickerNavigation_svg__vertical {
|
|
1591 |
height: 42px;
|
|
1592 |
width: 42px;
|
|
1593 |
fill: #484848;
|
|
1594 |
display: block; }
|
|
1595 |
|
|
1596 |
.DayPicker {
|
|
1597 |
background: #fff;
|
|
1598 |
position: relative;
|
|
1599 |
text-align: left; }
|
|
1600 |
|
|
1601 |
.DayPicker__horizontal {
|
|
1602 |
background: #fff; }
|
|
1603 |
|
|
1604 |
.DayPicker__verticalScrollable {
|
|
1605 |
height: 100%; }
|
|
1606 |
|
|
1607 |
.DayPicker__hidden {
|
|
1608 |
visibility: hidden; }
|
|
1609 |
|
|
1610 |
.DayPicker__withBorder {
|
|
1611 |
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
|
|
1612 |
border-radius: 3px; }
|
|
1613 |
|
|
1614 |
.DayPicker_portal__horizontal {
|
|
1615 |
box-shadow: none;
|
|
1616 |
position: absolute;
|
|
1617 |
left: 50%;
|
|
1618 |
top: 50%; }
|
|
1619 |
|
|
1620 |
.DayPicker_portal__vertical {
|
|
1621 |
position: initial; }
|
|
1622 |
|
|
1623 |
.DayPicker_focusRegion {
|
|
1624 |
outline: 0; }
|
|
1625 |
|
|
1626 |
.DayPicker_calendarInfo__horizontal,
|
|
1627 |
.DayPicker_wrapper__horizontal {
|
|
1628 |
display: inline-block;
|
|
1629 |
vertical-align: top; }
|
|
1630 |
|
|
1631 |
.DayPicker_weekHeaders {
|
|
1632 |
position: relative; }
|
|
1633 |
|
|
1634 |
.DayPicker_weekHeaders__horizontal {
|
|
1635 |
margin-left: 9px; }
|
|
1636 |
|
|
1637 |
.DayPicker_weekHeader {
|
|
1638 |
color: #757575;
|
|
1639 |
position: absolute;
|
|
1640 |
top: 62px;
|
|
1641 |
z-index: 2;
|
|
1642 |
text-align: left; }
|
|
1643 |
|
|
1644 |
.DayPicker_weekHeader__vertical {
|
|
1645 |
left: 50%; }
|
|
1646 |
|
|
1647 |
.DayPicker_weekHeader__verticalScrollable {
|
|
1648 |
top: 0;
|
|
1649 |
display: table-row;
|
|
1650 |
border-bottom: 1px solid #dbdbdb;
|
|
1651 |
background: #fff;
|
|
1652 |
margin-left: 0;
|
|
1653 |
left: 0;
|
|
1654 |
width: 100%;
|
|
1655 |
text-align: center; }
|
|
1656 |
|
|
1657 |
.DayPicker_weekHeader_ul {
|
|
1658 |
list-style: none;
|
|
1659 |
margin: 1px 0;
|
|
1660 |
padding-left: 0;
|
|
1661 |
padding-right: 0;
|
|
1662 |
font-size: 14px; }
|
|
1663 |
|
|
1664 |
.DayPicker_weekHeader_li {
|
|
1665 |
display: inline-block;
|
|
1666 |
text-align: center; }
|
|
1667 |
|
|
1668 |
.DayPicker_transitionContainer {
|
|
1669 |
position: relative;
|
|
1670 |
overflow: hidden;
|
|
1671 |
border-radius: 3px; }
|
|
1672 |
|
|
1673 |
.DayPicker_transitionContainer__horizontal {
|
|
1674 |
transition: height .2s ease-in-out; }
|
|
1675 |
|
|
1676 |
.DayPicker_transitionContainer__vertical {
|
|
1677 |
width: 100%; }
|
|
1678 |
|
|
1679 |
.DayPicker_transitionContainer__verticalScrollable {
|
|
1680 |
padding-top: 20px;
|
|
1681 |
height: 100%;
|
|
1682 |
position: absolute;
|
|
1683 |
top: 0;
|
|
1684 |
bottom: 0;
|
|
1685 |
right: 0;
|
|
1686 |
left: 0;
|
|
1687 |
overflow-y: scroll; }
|
|
1688 |
|
|
1689 |
.DateInput {
|
|
1690 |
margin: 0;
|
|
1691 |
padding: 0;
|
|
1692 |
background: #fff;
|
|
1693 |
position: relative;
|
|
1694 |
display: inline-block;
|
|
1695 |
width: 130px;
|
|
1696 |
vertical-align: middle; }
|
|
1697 |
|
|
1698 |
.DateInput__small {
|
|
1699 |
width: 97px; }
|
|
1700 |
|
|
1701 |
.DateInput__block {
|
|
1702 |
width: 100%; }
|
|
1703 |
|
|
1704 |
.DateInput__disabled {
|
|
1705 |
background: #f2f2f2;
|
|
1706 |
color: #dbdbdb; }
|
|
1707 |
|
|
1708 |
.DateInput_input {
|
|
1709 |
font-weight: 200;
|
|
1710 |
font-size: 19px;
|
|
1711 |
line-height: 24px;
|
|
1712 |
color: #484848;
|
|
1713 |
background-color: #fff;
|
|
1714 |
width: 100%;
|
|
1715 |
padding: 11px 11px 9px;
|
|
1716 |
border: 0;
|
|
1717 |
border-top: 0;
|
|
1718 |
border-right: 0;
|
|
1719 |
border-bottom: 2px solid transparent;
|
|
1720 |
border-left: 0;
|
|
1721 |
border-radius: 0; }
|
|
1722 |
|
|
1723 |
.DateInput_input__small {
|
|
1724 |
font-size: 15px;
|
|
1725 |
line-height: 18px;
|
|
1726 |
letter-spacing: .2px;
|
|
1727 |
padding: 7px 7px 5px; }
|
|
1728 |
|
|
1729 |
.DateInput_input__regular {
|
|
1730 |
font-weight: auto; }
|
|
1731 |
|
|
1732 |
.DateInput_input__readOnly {
|
|
1733 |
-webkit-user-select: none;
|
|
1734 |
-ms-user-select: none;
|
|
1735 |
user-select: none; }
|
|
1736 |
|
|
1737 |
.DateInput_input__focused {
|
|
1738 |
outline: 0;
|
|
1739 |
background: #fff;
|
|
1740 |
border: 0;
|
|
1741 |
border-top: 0;
|
|
1742 |
border-right: 0;
|
|
1743 |
border-bottom: 2px solid #008489;
|
|
1744 |
border-left: 0; }
|
|
1745 |
|
|
1746 |
.DateInput_input__disabled {
|
|
1747 |
background: #f2f2f2;
|
|
1748 |
font-style: italic; }
|
|
1749 |
|
|
1750 |
.DateInput_screenReaderMessage {
|
|
1751 |
border: 0;
|
|
1752 |
clip: rect(0, 0, 0, 0);
|
|
1753 |
height: 1px;
|
|
1754 |
margin: -1px;
|
|
1755 |
overflow: hidden;
|
|
1756 |
padding: 0;
|
|
1757 |
position: absolute;
|
|
1758 |
width: 1px; }
|
|
1759 |
|
|
1760 |
.DateInput_fang {
|
|
1761 |
position: absolute;
|
|
1762 |
width: 20px;
|
|
1763 |
height: 10px;
|
|
1764 |
left: 22px;
|
|
1765 |
z-index: 2; }
|
|
1766 |
|
|
1767 |
.DateInput_fangShape {
|
|
1768 |
fill: #fff; }
|
|
1769 |
|
|
1770 |
.DateInput_fangStroke {
|
|
1771 |
stroke: #dbdbdb;
|
|
1772 |
fill: transparent; }
|
|
1773 |
|
|
1774 |
.DateRangePickerInput {
|
|
1775 |
background-color: #fff;
|
|
1776 |
display: inline-block; }
|
|
1777 |
|
|
1778 |
.DateRangePickerInput__disabled {
|
|
1779 |
background: #f2f2f2; }
|
|
1780 |
|
|
1781 |
.DateRangePickerInput__withBorder {
|
|
1782 |
border-radius: 2px;
|
|
1783 |
border: 1px solid #dbdbdb; }
|
|
1784 |
|
|
1785 |
.DateRangePickerInput__rtl {
|
|
1786 |
direction: rtl; }
|
|
1787 |
|
|
1788 |
.DateRangePickerInput__block {
|
|
1789 |
display: block; }
|
|
1790 |
|
|
1791 |
.DateRangePickerInput__showClearDates {
|
|
1792 |
padding-right: 30px; }
|
|
1793 |
|
|
1794 |
.DateRangePickerInput_arrow {
|
|
1795 |
display: inline-block;
|
|
1796 |
vertical-align: middle;
|
|
1797 |
color: #484848; }
|
|
1798 |
|
|
1799 |
.DateRangePickerInput_arrow_svg {
|
|
1800 |
vertical-align: middle;
|
|
1801 |
fill: #484848;
|
|
1802 |
height: 24px;
|
|
1803 |
width: 24px; }
|
|
1804 |
|
|
1805 |
.DateRangePickerInput_clearDates {
|
|
1806 |
background: 0 0;
|
|
1807 |
border: 0;
|
|
1808 |
color: inherit;
|
|
1809 |
font: inherit;
|
|
1810 |
line-height: normal;
|
|
1811 |
overflow: visible;
|
|
1812 |
cursor: pointer;
|
|
1813 |
padding: 10px;
|
|
1814 |
margin: 0 10px 0 5px;
|
|
1815 |
position: absolute;
|
|
1816 |
right: 0;
|
|
1817 |
top: 50%;
|
|
1818 |
transform: translateY(-50%); }
|
|
1819 |
|
|
1820 |
.DateRangePickerInput_clearDates__small {
|
|
1821 |
padding: 6px; }
|
|
1822 |
|
|
1823 |
.DateRangePickerInput_clearDates_default:focus,
|
|
1824 |
.DateRangePickerInput_clearDates_default:hover {
|
|
1825 |
background: #dbdbdb;
|
|
1826 |
border-radius: 50%; }
|
|
1827 |
|
|
1828 |
.DateRangePickerInput_clearDates__hide {
|
|
1829 |
visibility: hidden; }
|
|
1830 |
|
|
1831 |
.DateRangePickerInput_clearDates_svg {
|
|
1832 |
fill: #82888a;
|
|
1833 |
height: 12px;
|
|
1834 |
width: 15px;
|
|
1835 |
vertical-align: middle; }
|
|
1836 |
|
|
1837 |
.DateRangePickerInput_clearDates_svg__small {
|
|
1838 |
height: 9px; }
|
|
1839 |
|
|
1840 |
.DateRangePickerInput_calendarIcon {
|
|
1841 |
background: 0 0;
|
|
1842 |
border: 0;
|
|
1843 |
color: inherit;
|
|
1844 |
font: inherit;
|
|
1845 |
line-height: normal;
|
|
1846 |
overflow: visible;
|
|
1847 |
cursor: pointer;
|
|
1848 |
display: inline-block;
|
|
1849 |
vertical-align: middle;
|
|
1850 |
padding: 10px;
|
|
1851 |
margin: 0 5px 0 10px; }
|
|
1852 |
|
|
1853 |
.DateRangePickerInput_calendarIcon_svg {
|
|
1854 |
fill: #82888a;
|
|
1855 |
height: 15px;
|
|
1856 |
width: 14px;
|
|
1857 |
vertical-align: middle; }
|
|
1858 |
|
|
1859 |
.DateRangePicker {
|
|
1860 |
position: relative;
|
|
1861 |
display: inline-block; }
|
|
1862 |
|
|
1863 |
.DateRangePicker__block {
|
|
1864 |
display: block; }
|
|
1865 |
|
|
1866 |
.DateRangePicker_picker {
|
|
1867 |
z-index: 1;
|
|
1868 |
background-color: #fff;
|
|
1869 |
position: absolute; }
|
|
1870 |
|
|
1871 |
.DateRangePicker_picker__rtl {
|
|
1872 |
direction: rtl; }
|
|
1873 |
|
|
1874 |
.DateRangePicker_picker__directionLeft {
|
|
1875 |
left: 0; }
|
|
1876 |
|
|
1877 |
.DateRangePicker_picker__directionRight {
|
|
1878 |
right: 0; }
|
|
1879 |
|
|
1880 |
.DateRangePicker_picker__portal {
|
|
1881 |
background-color: rgba(0, 0, 0, 0.3);
|
|
1882 |
position: fixed;
|
|
1883 |
top: 0;
|
|
1884 |
left: 0;
|
|
1885 |
height: 100%;
|
|
1886 |
width: 100%; }
|
|
1887 |
|
|
1888 |
.DateRangePicker_picker__fullScreenPortal {
|
|
1889 |
background-color: #fff; }
|
|
1890 |
|
|
1891 |
.DateRangePicker_closeButton {
|
|
1892 |
background: 0 0;
|
|
1893 |
border: 0;
|
|
1894 |
color: inherit;
|
|
1895 |
font: inherit;
|
|
1896 |
line-height: normal;
|
|
1897 |
overflow: visible;
|
|
1898 |
cursor: pointer;
|
|
1899 |
position: absolute;
|
|
1900 |
top: 0;
|
|
1901 |
right: 0;
|
|
1902 |
padding: 15px;
|
|
1903 |
z-index: 2; }
|
|
1904 |
|
|
1905 |
.DateRangePicker_closeButton:focus,
|
|
1906 |
.DateRangePicker_closeButton:hover {
|
|
1907 |
color: #b0b3b4;
|
|
1908 |
text-decoration: none; }
|
|
1909 |
|
|
1910 |
.DateRangePicker_closeButton_svg {
|
|
1911 |
height: 15px;
|
|
1912 |
width: 15px;
|
|
1913 |
fill: #cacccd; }
|
|
1914 |
|
|
1915 |
/*rtl:end:ignore*/
|
16
|
1916 |
.components-datetime {
|
|
1917 |
padding: 0; }
|
|
1918 |
.components-datetime .components-datetime__calendar-help {
|
|
1919 |
padding: 16px; }
|
|
1920 |
.components-datetime .components-datetime__calendar-help h4 {
|
|
1921 |
margin: 0; }
|
|
1922 |
.components-datetime .components-datetime__buttons {
|
|
1923 |
display: flex;
|
|
1924 |
justify-content: space-between; }
|
|
1925 |
.components-datetime .components-datetime__date-help-toggle {
|
|
1926 |
display: block;
|
|
1927 |
margin-left: auto; }
|
|
1928 |
.components-datetime fieldset {
|
|
1929 |
border: 0;
|
|
1930 |
padding: 0;
|
9
|
1931 |
margin: 0; }
|
16
|
1932 |
.components-datetime select,
|
|
1933 |
.components-datetime input {
|
|
1934 |
box-shadow: 0 0 0 transparent;
|
|
1935 |
transition: box-shadow 0.1s linear;
|
|
1936 |
border-radius: 2px;
|
|
1937 |
border: 1px solid #757575; }
|
|
1938 |
@media (prefers-reduced-motion: reduce) {
|
|
1939 |
.components-datetime select,
|
|
1940 |
.components-datetime input {
|
|
1941 |
transition-duration: 0s; } }
|
|
1942 |
.components-datetime select,
|
|
1943 |
.components-datetime input[type="number"],
|
|
1944 |
.components-datetime .components-button {
|
|
1945 |
height: 30px;
|
|
1946 |
margin-top: 0;
|
|
1947 |
margin-bottom: 0; }
|
9
|
1948 |
|
|
1949 |
.components-datetime__date {
|
|
1950 |
min-height: 236px;
|
16
|
1951 |
border-top: 1px solid #ddd; }
|
|
1952 |
.components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault {
|
|
1953 |
left: 0; }
|
9
|
1954 |
.components-datetime__date .CalendarMonth_caption {
|
|
1955 |
font-size: 13px; }
|
16
|
1956 |
.components-datetime__date .CalendarMonth_table {
|
|
1957 |
border-collapse: separate;
|
|
1958 |
border-spacing: 2px; }
|
9
|
1959 |
.components-datetime__date .CalendarDay {
|
|
1960 |
font-size: 13px;
|
16
|
1961 |
border: none;
|
9
|
1962 |
border-radius: 50%;
|
|
1963 |
text-align: center; }
|
16
|
1964 |
.components-datetime__date .CalendarDay:focus {
|
|
1965 |
box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 2.5px #fff;
|
|
1966 |
box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 2.5px #fff;
|
|
1967 |
outline: 2px solid transparent; }
|
9
|
1968 |
.components-datetime__date .CalendarDay__selected {
|
16
|
1969 |
background: #007cba;
|
|
1970 |
background: var(--wp-admin-theme-color);
|
|
1971 |
border: 2px solid transparent; }
|
9
|
1972 |
.components-datetime__date .CalendarDay__selected:hover {
|
16
|
1973 |
background: #005a87;
|
|
1974 |
background: var(--wp-admin-theme-color-darker-20); }
|
|
1975 |
.components-datetime__date .CalendarDay__selected:focus {
|
|
1976 |
box-shadow: inset 0 0 0 1px #fff; }
|
9
|
1977 |
.components-datetime__date .DayPickerNavigation_button__horizontalDefault {
|
|
1978 |
padding: 2px 8px;
|
|
1979 |
top: 20px; }
|
16
|
1980 |
.components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus {
|
|
1981 |
border-color: #007cba;
|
|
1982 |
border-color: var(--wp-admin-theme-color);
|
|
1983 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
1984 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
1985 |
outline: 2px solid transparent; }
|
9
|
1986 |
.components-datetime__date .DayPicker_weekHeader {
|
|
1987 |
top: 50px; }
|
16
|
1988 |
.components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul {
|
|
1989 |
margin: 1px 0;
|
|
1990 |
padding-left: 0;
|
|
1991 |
padding-right: 0; }
|
|
1992 |
.components-datetime__date.is-description-visible .DayPicker {
|
9
|
1993 |
visibility: hidden; }
|
|
1994 |
|
|
1995 |
.components-datetime__time {
|
16
|
1996 |
padding-bottom: 16px; }
|
9
|
1997 |
.components-datetime__time fieldset {
|
16
|
1998 |
position: relative;
|
|
1999 |
margin-bottom: 0.5em; }
|
|
2000 |
.components-datetime__time fieldset + fieldset {
|
|
2001 |
margin-bottom: 0; }
|
9
|
2002 |
.components-datetime__time .components-datetime__time-field-am-pm fieldset {
|
|
2003 |
margin-top: 0; }
|
|
2004 |
.components-datetime__time .components-datetime__time-wrapper {
|
|
2005 |
display: flex; }
|
|
2006 |
.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-separator {
|
|
2007 |
display: inline-block;
|
|
2008 |
padding: 0 3px 0 0;
|
|
2009 |
color: #555d66; }
|
16
|
2010 |
.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field-time {
|
|
2011 |
/*rtl:ignore*/
|
|
2012 |
direction: ltr; }
|
|
2013 |
.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select {
|
|
2014 |
margin-right: 4px; }
|
|
2015 |
.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select:focus {
|
|
2016 |
position: relative;
|
|
2017 |
z-index: 1; }
|
|
2018 |
.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type="number"] {
|
|
2019 |
padding: 2px;
|
|
2020 |
margin-right: 4px;
|
|
2021 |
text-align: center;
|
|
2022 |
-moz-appearance: textfield; }
|
|
2023 |
.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type="number"]:focus {
|
|
2024 |
position: relative;
|
|
2025 |
z-index: 1; }
|
|
2026 |
.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type="number"]::-webkit-inner-spin-button {
|
|
2027 |
-webkit-appearance: none;
|
|
2028 |
margin: 0; }
|
9
|
2029 |
.components-datetime__time.is-12-hour .components-datetime__time-field-day input {
|
16
|
2030 |
margin: -4px 0 0 !important;
|
|
2031 |
border-radius: 2px 0 0 2px !important; }
|
9
|
2032 |
.components-datetime__time.is-12-hour .components-datetime__time-field-year input {
|
16
|
2033 |
border-radius: 0 2px 2px 0 !important; }
|
9
|
2034 |
|
|
2035 |
.components-datetime__time-legend {
|
|
2036 |
font-weight: 600;
|
|
2037 |
margin-top: 0.5em; }
|
|
2038 |
.components-datetime__time-legend.invisible {
|
|
2039 |
position: absolute;
|
|
2040 |
top: -999em;
|
|
2041 |
left: -999em; }
|
|
2042 |
|
|
2043 |
.components-datetime__time-field-hours-input,
|
|
2044 |
.components-datetime__time-field-minutes-input,
|
|
2045 |
.components-datetime__time-field-day-input {
|
|
2046 |
width: 35px; }
|
|
2047 |
|
|
2048 |
.components-datetime__time-field-year-input {
|
|
2049 |
width: 55px; }
|
|
2050 |
|
|
2051 |
.components-datetime__time-field-month-select {
|
16
|
2052 |
max-width: 145px; }
|
9
|
2053 |
|
|
2054 |
.components-popover .components-datetime__date {
|
16
|
2055 |
padding-left: 4px; }
|
|
2056 |
|
|
2057 |
.block-editor-dimension-control .components-base-control__field {
|
|
2058 |
display: flex;
|
|
2059 |
align-items: center; }
|
|
2060 |
|
|
2061 |
.block-editor-dimension-control .components-base-control__label {
|
|
2062 |
display: flex;
|
|
2063 |
align-items: center;
|
|
2064 |
margin-right: 1em;
|
|
2065 |
margin-bottom: 0; }
|
|
2066 |
.block-editor-dimension-control .components-base-control__label .dashicon {
|
|
2067 |
margin-right: 0.5em; }
|
|
2068 |
|
|
2069 |
.block-editor-dimension-control.is-manual .components-base-control__label {
|
|
2070 |
width: 10em; }
|
9
|
2071 |
|
|
2072 |
.components-disabled {
|
|
2073 |
position: relative;
|
|
2074 |
pointer-events: none; }
|
|
2075 |
.components-disabled::after {
|
|
2076 |
content: "";
|
|
2077 |
position: absolute;
|
|
2078 |
top: 0;
|
|
2079 |
right: 0;
|
|
2080 |
bottom: 0;
|
|
2081 |
left: 0; }
|
|
2082 |
.components-disabled * {
|
|
2083 |
pointer-events: none; }
|
|
2084 |
|
|
2085 |
body.is-dragging-components-draggable {
|
|
2086 |
cursor: move;
|
|
2087 |
/* Fallback for IE/Edge < 14 */
|
|
2088 |
cursor: grabbing !important; }
|
|
2089 |
|
|
2090 |
.components-draggable__invisible-drag-image {
|
|
2091 |
position: fixed;
|
|
2092 |
left: -1000px;
|
|
2093 |
height: 50px;
|
|
2094 |
width: 50px; }
|
|
2095 |
|
|
2096 |
.components-draggable__clone {
|
|
2097 |
position: fixed;
|
16
|
2098 |
padding: 0;
|
9
|
2099 |
background: transparent;
|
|
2100 |
pointer-events: none;
|
16
|
2101 |
z-index: 1000000000; }
|
9
|
2102 |
|
|
2103 |
.components-drop-zone {
|
|
2104 |
position: absolute;
|
|
2105 |
top: 0;
|
|
2106 |
right: 0;
|
|
2107 |
bottom: 0;
|
|
2108 |
left: 0;
|
16
|
2109 |
z-index: 40;
|
9
|
2110 |
visibility: hidden;
|
|
2111 |
opacity: 0;
|
|
2112 |
transition: 0.3s opacity, 0.3s background-color, 0s visibility 0.3s;
|
16
|
2113 |
border: 2px solid #007cba;
|
|
2114 |
border: 2px solid var(--wp-admin-theme-color);
|
9
|
2115 |
border-radius: 2px; }
|
16
|
2116 |
@media (prefers-reduced-motion: reduce) {
|
|
2117 |
.components-drop-zone {
|
|
2118 |
transition-duration: 0s; } }
|
9
|
2119 |
.components-drop-zone.is-active {
|
|
2120 |
opacity: 1;
|
|
2121 |
visibility: visible;
|
|
2122 |
transition: 0.3s opacity, 0.3s background-color; }
|
16
|
2123 |
@media (prefers-reduced-motion: reduce) {
|
|
2124 |
.components-drop-zone.is-active {
|
|
2125 |
transition-duration: 0s; } }
|
9
|
2126 |
.components-drop-zone.is-dragging-over-element {
|
16
|
2127 |
background-color: #007cba;
|
|
2128 |
background-color: var(--wp-admin-theme-color); }
|
9
|
2129 |
|
|
2130 |
.components-drop-zone__content {
|
|
2131 |
position: absolute;
|
|
2132 |
top: 50%;
|
|
2133 |
left: 0;
|
|
2134 |
right: 0;
|
16
|
2135 |
z-index: 50;
|
9
|
2136 |
transform: translateY(-50%);
|
|
2137 |
width: 100%;
|
|
2138 |
text-align: center;
|
|
2139 |
color: #fff;
|
|
2140 |
transition: transform 0.2s ease-in-out; }
|
16
|
2141 |
@media (prefers-reduced-motion: reduce) {
|
|
2142 |
.components-drop-zone__content {
|
|
2143 |
transition-duration: 0s; } }
|
9
|
2144 |
|
|
2145 |
.components-drop-zone.is-dragging-over-element .components-drop-zone__content {
|
|
2146 |
transform: translateY(-50%) scale(1.05); }
|
|
2147 |
|
|
2148 |
.components-drop-zone__content-icon,
|
|
2149 |
.components-drop-zone__content-text {
|
|
2150 |
display: block; }
|
|
2151 |
|
|
2152 |
.components-drop-zone__content-icon {
|
|
2153 |
margin: 0 auto;
|
16
|
2154 |
line-height: 0;
|
|
2155 |
fill: currentColor; }
|
9
|
2156 |
|
|
2157 |
.components-drop-zone__content-text {
|
|
2158 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
|
|
2159 |
|
|
2160 |
.components-drop-zone__provider {
|
|
2161 |
height: 100%; }
|
|
2162 |
|
16
|
2163 |
.components-dropdown {
|
|
2164 |
display: inline-block; }
|
|
2165 |
|
|
2166 |
.components-dropdown__content .components-popover__content > div {
|
|
2167 |
padding: 12px; }
|
9
|
2168 |
|
|
2169 |
.components-dropdown-menu__popover .components-popover__content {
|
|
2170 |
width: 200px; }
|
|
2171 |
|
|
2172 |
.components-dropdown-menu__menu {
|
|
2173 |
width: 100%;
|
|
2174 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
2175 |
font-size: 13px;
|
|
2176 |
line-height: 1.4; }
|
16
|
2177 |
.components-dropdown-menu__menu .components-dropdown-menu__menu-item,
|
|
2178 |
.components-dropdown-menu__menu .components-menu-item {
|
9
|
2179 |
width: 100%;
|
|
2180 |
padding: 6px;
|
|
2181 |
outline: none;
|
|
2182 |
cursor: pointer;
|
|
2183 |
margin-bottom: 4px; }
|
16
|
2184 |
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
|
|
2185 |
.components-dropdown-menu__menu .components-menu-item.has-separator {
|
9
|
2186 |
margin-top: 6px;
|
|
2187 |
position: relative;
|
|
2188 |
overflow: visible; }
|
16
|
2189 |
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator::before,
|
|
2190 |
.components-dropdown-menu__menu .components-menu-item.has-separator::before {
|
9
|
2191 |
display: block;
|
|
2192 |
content: "";
|
|
2193 |
box-sizing: content-box;
|
16
|
2194 |
background-color: #ddd;
|
9
|
2195 |
position: absolute;
|
|
2196 |
top: -3px;
|
|
2197 |
left: 0;
|
|
2198 |
right: 0;
|
|
2199 |
height: 1px; }
|
16
|
2200 |
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,
|
|
2201 |
.components-dropdown-menu__menu .components-menu-item.is-active svg {
|
|
2202 |
color: #fff;
|
|
2203 |
background: #1e1e1e;
|
|
2204 |
box-shadow: 0 0 0 1px #1e1e1e;
|
|
2205 |
border-radius: 1px; }
|
|
2206 |
.components-dropdown-menu__menu .components-dropdown-menu__menu-item > svg,
|
|
2207 |
.components-dropdown-menu__menu .components-menu-item > svg {
|
|
2208 |
border-radius: 2px;
|
9
|
2209 |
width: 24px;
|
16
|
2210 |
height: 24px; }
|
|
2211 |
.components-dropdown-menu__menu .components-menu-item__button,
|
|
2212 |
.components-dropdown-menu__menu .components-menu-item__button.components-button {
|
|
2213 |
min-height: 36px;
|
|
2214 |
height: auto;
|
|
2215 |
padding-left: 40px;
|
|
2216 |
text-align: left; }
|
|
2217 |
.components-dropdown-menu__menu .components-menu-item__button.has-icon,
|
|
2218 |
.components-dropdown-menu__menu .components-menu-item__button.components-button.has-icon {
|
|
2219 |
padding-left: 8px; }
|
|
2220 |
.components-dropdown-menu__menu .components-menu-group {
|
|
2221 |
padding: 12px;
|
|
2222 |
margin-top: 0;
|
|
2223 |
margin-bottom: 0;
|
|
2224 |
margin-left: -12px;
|
|
2225 |
margin-right: -12px; }
|
|
2226 |
.components-dropdown-menu__menu .components-menu-group:first-child {
|
|
2227 |
margin-top: -12px; }
|
|
2228 |
.components-dropdown-menu__menu .components-menu-group:last-child {
|
|
2229 |
margin-bottom: -12px; }
|
|
2230 |
.components-dropdown-menu__menu .components-menu-group + .components-menu-group {
|
|
2231 |
margin-top: 0;
|
|
2232 |
border-top: 1px solid #ccc;
|
|
2233 |
padding: 12px; }
|
|
2234 |
.is-alternate .components-dropdown-menu__menu .components-menu-group + .components-menu-group {
|
|
2235 |
border-color: #1e1e1e; }
|
|
2236 |
|
|
2237 |
.components-dropdown-menu__menu.no-icons .components-menu-item__button.components-button {
|
|
2238 |
padding: 0 12px; }
|
9
|
2239 |
|
|
2240 |
.components-external-link__icon {
|
|
2241 |
width: 1.4em;
|
|
2242 |
height: 1.4em;
|
|
2243 |
margin: -0.2em 0.1em 0;
|
16
|
2244 |
vertical-align: middle;
|
|
2245 |
fill: currentColor; }
|
9
|
2246 |
|
|
2247 |
.components-focal-point-picker-wrapper {
|
|
2248 |
background-color: transparent;
|
16
|
2249 |
border: 1px solid #ddd;
|
9
|
2250 |
height: 200px;
|
|
2251 |
width: 100%;
|
|
2252 |
padding: 14px; }
|
|
2253 |
|
|
2254 |
.components-focal-point-picker {
|
|
2255 |
align-items: center;
|
|
2256 |
cursor: pointer;
|
|
2257 |
display: flex;
|
|
2258 |
height: 100%;
|
|
2259 |
justify-content: center;
|
|
2260 |
position: relative;
|
|
2261 |
width: 100%; }
|
|
2262 |
.components-focal-point-picker img {
|
|
2263 |
height: auto;
|
|
2264 |
max-height: 100%;
|
|
2265 |
max-width: 100%;
|
|
2266 |
width: auto;
|
|
2267 |
-webkit-user-select: none;
|
|
2268 |
-ms-user-select: none;
|
|
2269 |
user-select: none; }
|
|
2270 |
|
|
2271 |
.components-focal-point-picker__icon_container {
|
|
2272 |
background-color: transparent;
|
|
2273 |
cursor: grab;
|
|
2274 |
height: 30px;
|
|
2275 |
opacity: 0.8;
|
|
2276 |
position: absolute;
|
|
2277 |
will-change: transform;
|
|
2278 |
width: 30px;
|
|
2279 |
z-index: 10000; }
|
|
2280 |
.components-focal-point-picker__icon_container.is-dragging {
|
|
2281 |
cursor: grabbing; }
|
|
2282 |
|
|
2283 |
.components-focal-point-picker__icon {
|
|
2284 |
display: block;
|
|
2285 |
height: 100%;
|
|
2286 |
left: -15px;
|
|
2287 |
position: absolute;
|
|
2288 |
top: -15px;
|
|
2289 |
width: 100%; }
|
|
2290 |
.components-focal-point-picker__icon .components-focal-point-picker__icon-outline {
|
|
2291 |
fill: #fff; }
|
|
2292 |
.components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
|
16
|
2293 |
fill: #007cba;
|
|
2294 |
fill: var(--wp-admin-theme-color); }
|
9
|
2295 |
|
|
2296 |
.components-focal-point-picker_position-display-container {
|
|
2297 |
margin: 1em 0;
|
|
2298 |
display: flex; }
|
|
2299 |
.components-focal-point-picker_position-display-container .components-base-control__field {
|
|
2300 |
margin: 0 1em 0 0; }
|
|
2301 |
.components-focal-point-picker_position-display-container input[type="number"].components-text-control__input {
|
|
2302 |
max-width: 4em;
|
|
2303 |
padding: 6px 4px; }
|
|
2304 |
.components-focal-point-picker_position-display-container span {
|
|
2305 |
margin: 0 0 0 0.2em; }
|
|
2306 |
|
16
|
2307 |
.components-font-size-picker__controls {
|
9
|
2308 |
max-width: 248px;
|
|
2309 |
display: flex;
|
16
|
2310 |
flex-wrap: wrap;
|
|
2311 |
align-items: center;
|
|
2312 |
margin-bottom: 24px; }
|
|
2313 |
.components-font-size-picker__controls .components-font-size-picker__number {
|
|
2314 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
2315 |
padding: 6px 8px;
|
|
2316 |
box-shadow: 0 0 0 transparent;
|
|
2317 |
transition: box-shadow 0.1s linear;
|
|
2318 |
border-radius: 2px;
|
|
2319 |
border: 1px solid #757575;
|
|
2320 |
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
2321 |
font-size: 16px;
|
|
2322 |
/* Override core line-height. To be reviewed. */
|
|
2323 |
line-height: normal;
|
|
2324 |
display: inline-block;
|
|
2325 |
font-weight: 500;
|
9
|
2326 |
height: 30px;
|
16
|
2327 |
margin-bottom: 0;
|
|
2328 |
margin-left: 0;
|
|
2329 |
margin-right: 8px;
|
|
2330 |
margin-top: 8px;
|
|
2331 |
width: 54px; }
|
|
2332 |
@media (prefers-reduced-motion: reduce) {
|
|
2333 |
.components-font-size-picker__controls .components-font-size-picker__number {
|
|
2334 |
transition-duration: 0s; } }
|
|
2335 |
@media (min-width: 600px) {
|
|
2336 |
.components-font-size-picker__controls .components-font-size-picker__number {
|
|
2337 |
font-size: 13px;
|
|
2338 |
/* Override core line-height. To be reviewed. */
|
|
2339 |
line-height: normal; } }
|
|
2340 |
.components-font-size-picker__controls .components-font-size-picker__number:focus {
|
|
2341 |
border-color: #007cba;
|
|
2342 |
border-color: var(--wp-admin-theme-color);
|
|
2343 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
2344 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
2345 |
outline: 2px solid transparent; }
|
|
2346 |
.components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder {
|
|
2347 |
color: rgba(30, 30, 30, 0.62); }
|
|
2348 |
.components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder {
|
|
2349 |
opacity: 1;
|
|
2350 |
color: rgba(30, 30, 30, 0.62); }
|
|
2351 |
.components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder {
|
|
2352 |
color: rgba(30, 30, 30, 0.62); }
|
|
2353 |
.is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder {
|
|
2354 |
color: rgba(255, 255, 255, 0.65); }
|
|
2355 |
.is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder {
|
|
2356 |
opacity: 1;
|
|
2357 |
color: rgba(255, 255, 255, 0.65); }
|
|
2358 |
.is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder {
|
|
2359 |
color: rgba(255, 255, 255, 0.65); }
|
|
2360 |
.components-font-size-picker__controls .components-font-size-picker__number[value=""] + .components-button {
|
9
|
2361 |
cursor: default;
|
|
2362 |
opacity: 0.3;
|
|
2363 |
pointer-events: none; }
|
16
|
2364 |
.components-font-size-picker__controls .components-font-size-picker__number-container {
|
|
2365 |
display: flex;
|
|
2366 |
flex-direction: column; }
|
|
2367 |
.components-font-size-picker__controls .components-font-size-picker__select {
|
|
2368 |
margin-right: 8px; }
|
|
2369 |
.components-font-size-picker__controls .components-color-palette__clear {
|
|
2370 |
height: 30px;
|
|
2371 |
margin-top: 26px; }
|
9
|
2372 |
|
|
2373 |
.components-font-size-picker__custom-input .components-range-control__slider + .dashicon {
|
|
2374 |
width: 30px;
|
|
2375 |
height: 30px; }
|
|
2376 |
|
16
|
2377 |
.components-font-size-picker {
|
|
2378 |
border: 0;
|
|
2379 |
padding: 0;
|
|
2380 |
margin: 0; }
|
9
|
2381 |
|
|
2382 |
.components-form-toggle {
|
|
2383 |
position: relative;
|
|
2384 |
display: inline-block; }
|
|
2385 |
.components-form-toggle .components-form-toggle__track {
|
|
2386 |
content: "";
|
|
2387 |
display: inline-block;
|
|
2388 |
box-sizing: border-box;
|
|
2389 |
vertical-align: top;
|
|
2390 |
background-color: #fff;
|
16
|
2391 |
border: 1px solid #1e1e1e;
|
9
|
2392 |
width: 36px;
|
|
2393 |
height: 18px;
|
|
2394 |
border-radius: 9px;
|
|
2395 |
transition: 0.2s background ease; }
|
16
|
2396 |
@media (prefers-reduced-motion: reduce) {
|
|
2397 |
.components-form-toggle .components-form-toggle__track {
|
|
2398 |
transition-duration: 0s; } }
|
9
|
2399 |
.components-form-toggle .components-form-toggle__thumb {
|
|
2400 |
display: block;
|
|
2401 |
position: absolute;
|
|
2402 |
box-sizing: border-box;
|
16
|
2403 |
top: 3px;
|
|
2404 |
left: 3px;
|
|
2405 |
width: 12px;
|
|
2406 |
height: 12px;
|
9
|
2407 |
border-radius: 50%;
|
|
2408 |
transition: 0.1s transform ease;
|
16
|
2409 |
background-color: #1e1e1e;
|
|
2410 |
border: 5px solid #1e1e1e; }
|
|
2411 |
@media (prefers-reduced-motion: reduce) {
|
|
2412 |
.components-form-toggle .components-form-toggle__thumb {
|
|
2413 |
transition-duration: 0s; } }
|
9
|
2414 |
.components-form-toggle.is-checked .components-form-toggle__track {
|
16
|
2415 |
background-color: #007cba;
|
|
2416 |
background-color: var(--wp-admin-theme-color);
|
|
2417 |
border: 1px solid #007cba;
|
|
2418 |
border: 1px solid var(--wp-admin-theme-color);
|
9
|
2419 |
border: 9px solid transparent; }
|
16
|
2420 |
.components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track {
|
|
2421 |
box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
|
|
2422 |
box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
|
9
|
2423 |
outline: 2px solid transparent;
|
|
2424 |
outline-offset: 2px; }
|
|
2425 |
.components-form-toggle.is-checked .components-form-toggle__thumb {
|
|
2426 |
background-color: #fff;
|
|
2427 |
border-width: 0;
|
|
2428 |
transform: translateX(18px); }
|
|
2429 |
.components-disabled .components-form-toggle {
|
|
2430 |
opacity: 0.3; }
|
|
2431 |
|
|
2432 |
.components-form-toggle input.components-form-toggle__input[type="checkbox"] {
|
|
2433 |
position: absolute;
|
|
2434 |
top: 0;
|
|
2435 |
left: 0;
|
|
2436 |
width: 100%;
|
|
2437 |
height: 100%;
|
|
2438 |
opacity: 0;
|
|
2439 |
margin: 0;
|
|
2440 |
padding: 0;
|
|
2441 |
z-index: 1;
|
|
2442 |
border: none; }
|
|
2443 |
.components-form-toggle input.components-form-toggle__input[type="checkbox"]:checked {
|
|
2444 |
background: none; }
|
|
2445 |
.components-form-toggle input.components-form-toggle__input[type="checkbox"]::before {
|
|
2446 |
content: ""; }
|
|
2447 |
|
|
2448 |
.components-form-token-field__input-container {
|
16
|
2449 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
2450 |
padding: 6px 8px;
|
|
2451 |
box-shadow: 0 0 0 transparent;
|
|
2452 |
transition: box-shadow 0.1s linear;
|
|
2453 |
border-radius: 2px;
|
|
2454 |
border: 1px solid #757575;
|
|
2455 |
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
2456 |
font-size: 16px;
|
|
2457 |
/* Override core line-height. To be reviewed. */
|
|
2458 |
line-height: normal;
|
9
|
2459 |
display: flex;
|
|
2460 |
flex-wrap: wrap;
|
|
2461 |
align-items: flex-start;
|
|
2462 |
width: 100%;
|
16
|
2463 |
margin: 0 0 8px 0;
|
9
|
2464 |
padding: 4px;
|
16
|
2465 |
cursor: text; }
|
|
2466 |
@media (prefers-reduced-motion: reduce) {
|
|
2467 |
.components-form-token-field__input-container {
|
|
2468 |
transition-duration: 0s; } }
|
|
2469 |
@media (min-width: 600px) {
|
|
2470 |
.components-form-token-field__input-container {
|
|
2471 |
font-size: 13px;
|
|
2472 |
/* Override core line-height. To be reviewed. */
|
|
2473 |
line-height: normal; } }
|
|
2474 |
.components-form-token-field__input-container:focus {
|
|
2475 |
border-color: #007cba;
|
|
2476 |
border-color: var(--wp-admin-theme-color);
|
|
2477 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
2478 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
2479 |
outline: 2px solid transparent; }
|
|
2480 |
.components-form-token-field__input-container::-webkit-input-placeholder {
|
|
2481 |
color: rgba(30, 30, 30, 0.62); }
|
|
2482 |
.components-form-token-field__input-container::-moz-placeholder {
|
|
2483 |
opacity: 1;
|
|
2484 |
color: rgba(30, 30, 30, 0.62); }
|
|
2485 |
.components-form-token-field__input-container:-ms-input-placeholder {
|
|
2486 |
color: rgba(30, 30, 30, 0.62); }
|
|
2487 |
.is-dark-theme .components-form-token-field__input-container::-webkit-input-placeholder {
|
|
2488 |
color: rgba(255, 255, 255, 0.65); }
|
|
2489 |
.is-dark-theme .components-form-token-field__input-container::-moz-placeholder {
|
|
2490 |
opacity: 1;
|
|
2491 |
color: rgba(255, 255, 255, 0.65); }
|
|
2492 |
.is-dark-theme .components-form-token-field__input-container:-ms-input-placeholder {
|
|
2493 |
color: rgba(255, 255, 255, 0.65); }
|
9
|
2494 |
.components-form-token-field__input-container.is-disabled {
|
16
|
2495 |
background: #ddd;
|
9
|
2496 |
border-color: #ccd0d4; }
|
|
2497 |
.components-form-token-field__input-container input[type="text"].components-form-token-field__input {
|
|
2498 |
display: inline-block;
|
|
2499 |
width: 100%;
|
|
2500 |
max-width: 100%;
|
16
|
2501 |
margin-left: 4px;
|
9
|
2502 |
padding: 0;
|
|
2503 |
min-height: 24px;
|
|
2504 |
background: inherit;
|
|
2505 |
border: 0;
|
16
|
2506 |
color: #1e1e1e;
|
9
|
2507 |
box-shadow: none; }
|
|
2508 |
.components-form-token-field__input-container input[type="text"].components-form-token-field__input:focus,
|
|
2509 |
.components-form-token-field.is-active .components-form-token-field__input-container input[type="text"].components-form-token-field__input {
|
|
2510 |
outline: none;
|
|
2511 |
box-shadow: none; }
|
|
2512 |
.components-form-token-field__input-container .components-form-token-field__token + input[type="text"].components-form-token-field__input {
|
|
2513 |
width: auto; }
|
|
2514 |
|
|
2515 |
.components-form-token-field__label {
|
|
2516 |
display: inline-block;
|
|
2517 |
margin-bottom: 4px; }
|
|
2518 |
|
16
|
2519 |
.components-form-token-field__help {
|
|
2520 |
font-style: italic; }
|
|
2521 |
|
9
|
2522 |
.components-form-token-field__token {
|
|
2523 |
font-size: 13px;
|
|
2524 |
display: flex;
|
|
2525 |
margin: 2px 4px 2px 0;
|
|
2526 |
color: #32373c;
|
|
2527 |
overflow: hidden; }
|
|
2528 |
.components-form-token-field__token.is-success .components-form-token-field__token-text,
|
|
2529 |
.components-form-token-field__token.is-success .components-form-token-field__remove-token {
|
|
2530 |
background: #4ab866; }
|
|
2531 |
.components-form-token-field__token.is-error .components-form-token-field__token-text,
|
|
2532 |
.components-form-token-field__token.is-error .components-form-token-field__remove-token {
|
|
2533 |
background: #d94f4f; }
|
|
2534 |
.components-form-token-field__token.is-validating .components-form-token-field__token-text,
|
|
2535 |
.components-form-token-field__token.is-validating .components-form-token-field__remove-token {
|
|
2536 |
color: #555d66; }
|
|
2537 |
.components-form-token-field__token.is-borderless {
|
|
2538 |
position: relative;
|
|
2539 |
padding: 0 16px 0 0; }
|
|
2540 |
.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
|
|
2541 |
background: transparent;
|
16
|
2542 |
color: #007cba;
|
|
2543 |
color: var(--wp-admin-theme-color); }
|
9
|
2544 |
.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
|
|
2545 |
background: transparent;
|
|
2546 |
color: #555d66;
|
|
2547 |
position: absolute;
|
|
2548 |
top: 1px;
|
|
2549 |
right: 0; }
|
|
2550 |
.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
|
|
2551 |
color: #4ab866; }
|
|
2552 |
.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
|
|
2553 |
color: #d94f4f;
|
|
2554 |
border-radius: 4px 0 0 4px;
|
|
2555 |
padding: 0 4px 0 6px; }
|
|
2556 |
.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
|
16
|
2557 |
color: #1e1e1e; }
|
9
|
2558 |
.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
|
|
2559 |
cursor: default; }
|
|
2560 |
|
|
2561 |
.components-form-token-field__token-text,
|
16
|
2562 |
.components-form-token-field__remove-token.components-button {
|
9
|
2563 |
display: inline-block;
|
|
2564 |
line-height: 24px;
|
16
|
2565 |
height: auto;
|
|
2566 |
background: #ddd;
|
9
|
2567 |
transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1); }
|
16
|
2568 |
@media (prefers-reduced-motion: reduce) {
|
|
2569 |
.components-form-token-field__token-text,
|
|
2570 |
.components-form-token-field__remove-token.components-button {
|
|
2571 |
transition-duration: 0s;
|
|
2572 |
animation-duration: 1ms; } }
|
9
|
2573 |
|
|
2574 |
.components-form-token-field__token-text {
|
|
2575 |
border-radius: 12px 0 0 12px;
|
|
2576 |
padding: 0 4px 0 8px;
|
|
2577 |
white-space: nowrap;
|
|
2578 |
overflow: hidden;
|
|
2579 |
text-overflow: ellipsis; }
|
|
2580 |
|
16
|
2581 |
.components-form-token-field__remove-token.components-button {
|
9
|
2582 |
cursor: pointer;
|
|
2583 |
border-radius: 0 12px 12px 0;
|
|
2584 |
padding: 0 2px;
|
|
2585 |
color: #555d66;
|
|
2586 |
line-height: 10px;
|
|
2587 |
overflow: initial; }
|
16
|
2588 |
.components-form-token-field__remove-token.components-button:hover {
|
9
|
2589 |
color: #32373c; }
|
|
2590 |
|
|
2591 |
.components-form-token-field__suggestions-list {
|
|
2592 |
flex: 1 0 100%;
|
|
2593 |
min-width: 100%;
|
|
2594 |
max-height: 9em;
|
|
2595 |
overflow-y: scroll;
|
|
2596 |
transition: all 0.15s ease-in-out;
|
|
2597 |
list-style: none;
|
|
2598 |
border-top: 1px solid #6c7781;
|
|
2599 |
margin: 4px -4px -4px;
|
|
2600 |
padding-top: 3px; }
|
16
|
2601 |
@media (prefers-reduced-motion: reduce) {
|
|
2602 |
.components-form-token-field__suggestions-list {
|
|
2603 |
transition-duration: 0s; } }
|
9
|
2604 |
|
|
2605 |
.components-form-token-field__suggestion {
|
|
2606 |
color: #555d66;
|
|
2607 |
display: block;
|
|
2608 |
font-size: 13px;
|
|
2609 |
padding: 4px 8px;
|
|
2610 |
cursor: pointer; }
|
|
2611 |
.components-form-token-field__suggestion.is-selected {
|
16
|
2612 |
background: #007cba;
|
|
2613 |
background: var(--wp-admin-theme-color);
|
9
|
2614 |
color: #fff; }
|
|
2615 |
|
|
2616 |
.components-form-token-field__suggestion-match {
|
|
2617 |
text-decoration: underline; }
|
|
2618 |
|
16
|
2619 |
@media (min-width: 600px) {
|
|
2620 |
.components-guide {
|
|
2621 |
width: 600px; } }
|
|
2622 |
|
|
2623 |
.components-guide .components-modal__header {
|
|
2624 |
background: none;
|
|
2625 |
border-bottom: none;
|
|
2626 |
width: 100%;
|
|
2627 |
padding: 0;
|
|
2628 |
margin: 0; }
|
|
2629 |
.components-guide .components-modal__header .components-button {
|
|
2630 |
align-self: flex-start;
|
|
2631 |
margin: 8px 8px 0 0;
|
|
2632 |
position: static; }
|
|
2633 |
.components-guide .components-modal__header .components-button:hover svg {
|
|
2634 |
fill: #fff; }
|
|
2635 |
|
|
2636 |
.components-guide__container {
|
|
2637 |
display: flex;
|
|
2638 |
flex-direction: column;
|
|
2639 |
justify-content: space-between;
|
|
2640 |
margin-top: -60px;
|
|
2641 |
min-height: 100%; }
|
|
2642 |
|
|
2643 |
.components-guide__page {
|
|
2644 |
display: flex;
|
|
2645 |
flex-direction: column;
|
|
2646 |
justify-content: center;
|
|
2647 |
position: relative; }
|
|
2648 |
@media (min-width: 600px) {
|
|
2649 |
.components-guide__page {
|
|
2650 |
min-height: 300px; } }
|
|
2651 |
|
|
2652 |
.components-guide__footer {
|
|
2653 |
align-content: center;
|
|
2654 |
display: flex;
|
|
2655 |
height: 30px;
|
|
2656 |
justify-content: center;
|
|
2657 |
margin: 0 0 24px 0;
|
|
2658 |
padding: 0 32px;
|
|
2659 |
position: relative;
|
|
2660 |
width: 100%; }
|
|
2661 |
@media (max-width: 600px) {
|
|
2662 |
.components-guide__footer {
|
|
2663 |
position: absolute;
|
|
2664 |
bottom: 0; } }
|
|
2665 |
|
|
2666 |
.components-guide__page-control {
|
|
2667 |
margin: 8px 0 8px 0;
|
|
2668 |
text-align: center; }
|
|
2669 |
.components-guide__page-control li {
|
|
2670 |
display: inline-block; }
|
|
2671 |
.components-guide__page-control .components-button {
|
|
2672 |
height: 30px;
|
|
2673 |
min-width: 20px; }
|
|
2674 |
|
|
2675 |
.components-guide .components-modal__content {
|
|
2676 |
padding: 0; }
|
|
2677 |
|
|
2678 |
.components-modal__frame.components-guide {
|
|
2679 |
border: none;
|
|
2680 |
min-width: 312px;
|
|
2681 |
height: 80vh;
|
|
2682 |
max-height: 575px; }
|
|
2683 |
@media (max-width: 600px) {
|
|
2684 |
.components-modal__frame.components-guide {
|
|
2685 |
bottom: 5%;
|
|
2686 |
left: 16px;
|
|
2687 |
right: 16px;
|
|
2688 |
top: 5%;
|
|
2689 |
margin: 0 auto; } }
|
|
2690 |
|
|
2691 |
.components-button.components-guide__back-button, .components-button.components-guide__forward-button, .components-button.components-guide__finish-button {
|
|
2692 |
height: 30px;
|
|
2693 |
position: absolute; }
|
|
2694 |
|
|
2695 |
.components-button.components-guide__back-button, .components-button.components-guide__forward-button {
|
|
2696 |
font-size: 13px;
|
|
2697 |
padding: 4px 2px; }
|
|
2698 |
.components-button.components-guide__back-button.has-text svg, .components-button.components-guide__forward-button.has-text svg {
|
|
2699 |
margin: 0; }
|
|
2700 |
.components-button.components-guide__back-button:hover, .components-button.components-guide__forward-button:hover {
|
|
2701 |
text-decoration: underline; }
|
|
2702 |
|
|
2703 |
.components-button.components-guide__back-button {
|
|
2704 |
left: 32px; }
|
|
2705 |
|
|
2706 |
.components-button.components-guide__forward-button {
|
|
2707 |
right: 32px;
|
|
2708 |
color: #1386bf;
|
|
2709 |
font-weight: bold; }
|
|
2710 |
|
|
2711 |
.components-button.components-guide__finish-button {
|
|
2712 |
right: 32px; }
|
|
2713 |
|
|
2714 |
.components-button.components-guide__inline-finish-button {
|
|
2715 |
display: none; }
|
|
2716 |
|
|
2717 |
.components-navigate-regions.is-focusing-regions [role="region"] {
|
|
2718 |
position: relative; }
|
9
|
2719 |
.components-navigate-regions.is-focusing-regions [role="region"]:focus::after {
|
16
|
2720 |
content: "";
|
|
2721 |
position: absolute;
|
|
2722 |
top: 0;
|
|
2723 |
bottom: 0;
|
|
2724 |
left: 0;
|
|
2725 |
right: 0;
|
|
2726 |
pointer-events: none;
|
|
2727 |
outline: 4px solid transparent;
|
|
2728 |
box-shadow: inset 0 0 0 4px #007cba;
|
|
2729 |
box-shadow: inset 0 0 0 4px var(--wp-admin-theme-color); }
|
|
2730 |
@supports (outline-offset: 1px) {
|
|
2731 |
.components-navigate-regions.is-focusing-regions [role="region"]:focus::after {
|
|
2732 |
content: none; }
|
|
2733 |
.components-navigate-regions.is-focusing-regions [role="region"]:focus {
|
|
2734 |
outline-style: solid;
|
|
2735 |
outline-color: #007cba;
|
|
2736 |
outline-color: var(--wp-admin-theme-color);
|
|
2737 |
outline-width: 4px;
|
|
2738 |
outline-offset: -4px; } }
|
|
2739 |
|
|
2740 |
.components-menu-group + .components-menu-group {
|
|
2741 |
margin-top: 8px;
|
|
2742 |
padding-top: 8px;
|
|
2743 |
border-top: 1px solid #1e1e1e; }
|
|
2744 |
|
|
2745 |
.components-menu-group__label {
|
|
2746 |
padding: 0;
|
|
2747 |
margin-bottom: 12px;
|
|
2748 |
color: #757575;
|
|
2749 |
text-transform: uppercase;
|
|
2750 |
font-size: 11px;
|
|
2751 |
font-weight: 500; }
|
|
2752 |
|
|
2753 |
.components-menu-item__button,
|
|
2754 |
.components-menu-item__button.components-button {
|
|
2755 |
width: 100%; }
|
|
2756 |
.components-menu-item__button .dashicon,
|
|
2757 |
.components-menu-item__button .components-menu-items__item-icon,
|
|
2758 |
.components-menu-item__button svg.components-menu-items__item-icon,
|
|
2759 |
.components-menu-item__button > span > svg,
|
|
2760 |
.components-menu-item__button.components-button .dashicon,
|
|
2761 |
.components-menu-item__button.components-button .components-menu-items__item-icon,
|
|
2762 |
.components-menu-item__button.components-button svg.components-menu-items__item-icon,
|
|
2763 |
.components-menu-item__button.components-button > span > svg {
|
|
2764 |
margin-right: 8px; }
|
|
2765 |
.components-menu-item__button .components-menu-items__item-icon,
|
|
2766 |
.components-menu-item__button.components-button .components-menu-items__item-icon {
|
9
|
2767 |
display: inline-block;
|
|
2768 |
flex: 0 0 auto; }
|
|
2769 |
|
|
2770 |
.components-menu-item__info-wrapper {
|
|
2771 |
display: flex;
|
|
2772 |
flex-direction: column; }
|
|
2773 |
|
|
2774 |
.components-menu-item__info {
|
|
2775 |
margin-top: 4px;
|
|
2776 |
font-size: 12px;
|
16
|
2777 |
color: #757575; }
|
9
|
2778 |
|
|
2779 |
.components-menu-item__shortcut {
|
16
|
2780 |
-ms-grid-row-align: center;
|
|
2781 |
align-self: center;
|
9
|
2782 |
margin-right: 0;
|
|
2783 |
margin-left: auto;
|
16
|
2784 |
padding-left: 12px;
|
|
2785 |
color: currentColor;
|
9
|
2786 |
display: none; }
|
|
2787 |
@media (min-width: 480px) {
|
|
2788 |
.components-menu-item__shortcut {
|
|
2789 |
display: inline; } }
|
|
2790 |
|
16
|
2791 |
.components-menu-items-choice,
|
|
2792 |
.components-menu-items-choice.components-button {
|
|
2793 |
padding-left: 40px; }
|
|
2794 |
.components-menu-items-choice svg,
|
|
2795 |
.components-menu-items-choice.components-button svg {
|
|
2796 |
margin-right: 8px; }
|
|
2797 |
.components-menu-items-choice.has-icon,
|
|
2798 |
.components-menu-items-choice.components-button.has-icon {
|
|
2799 |
padding-left: 8px; }
|
|
2800 |
|
9
|
2801 |
.components-modal__screen-overlay {
|
|
2802 |
position: fixed;
|
|
2803 |
top: 0;
|
|
2804 |
right: 0;
|
|
2805 |
bottom: 0;
|
|
2806 |
left: 0;
|
16
|
2807 |
background-color: rgba(0, 0, 0, 0.7);
|
9
|
2808 |
z-index: 100000;
|
|
2809 |
animation: edit-post__fade-in-animation 0.2s ease-out 0s;
|
|
2810 |
animation-fill-mode: forwards; }
|
|
2811 |
@media (prefers-reduced-motion: reduce) {
|
|
2812 |
.components-modal__screen-overlay {
|
16
|
2813 |
animation-duration: 1ms; } }
|
9
|
2814 |
|
|
2815 |
.components-modal__frame {
|
|
2816 |
position: absolute;
|
|
2817 |
top: 0;
|
|
2818 |
right: 0;
|
|
2819 |
bottom: 0;
|
|
2820 |
left: 0;
|
|
2821 |
box-sizing: border-box;
|
|
2822 |
margin: 0;
|
16
|
2823 |
border: 1px solid #ddd;
|
9
|
2824 |
background: #fff;
|
16
|
2825 |
box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
|
9
|
2826 |
overflow: auto; }
|
|
2827 |
@media (min-width: 600px) {
|
|
2828 |
.components-modal__frame {
|
|
2829 |
top: 50%;
|
|
2830 |
right: auto;
|
|
2831 |
bottom: auto;
|
|
2832 |
left: 50%;
|
|
2833 |
min-width: 360px;
|
|
2834 |
max-width: calc(100% - 16px - 16px);
|
16
|
2835 |
max-height: calc(100% - 60px - 60px);
|
9
|
2836 |
transform: translate(-50%, -50%);
|
|
2837 |
animation: components-modal__appear-animation 0.1s ease-out;
|
|
2838 |
animation-fill-mode: forwards; } }
|
|
2839 |
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
|
|
2840 |
.components-modal__frame {
|
16
|
2841 |
animation-duration: 1ms; } }
|
9
|
2842 |
|
|
2843 |
@keyframes components-modal__appear-animation {
|
|
2844 |
from {
|
|
2845 |
margin-top: 32px; }
|
|
2846 |
to {
|
|
2847 |
margin-top: 0; } }
|
|
2848 |
|
|
2849 |
.components-modal__header {
|
|
2850 |
box-sizing: border-box;
|
16
|
2851 |
border-bottom: 1px solid #ddd;
|
|
2852 |
padding: 0 24px;
|
9
|
2853 |
display: flex;
|
|
2854 |
flex-direction: row;
|
|
2855 |
justify-content: space-between;
|
|
2856 |
background: #fff;
|
|
2857 |
align-items: center;
|
16
|
2858 |
height: 60px;
|
|
2859 |
z-index: 10;
|
|
2860 |
position: relative;
|
9
|
2861 |
position: -webkit-sticky;
|
|
2862 |
position: sticky;
|
|
2863 |
top: 0;
|
16
|
2864 |
margin: 0 -24px 24px; }
|
9
|
2865 |
@supports (-ms-ime-align: auto) {
|
|
2866 |
.components-modal__header {
|
|
2867 |
position: fixed;
|
|
2868 |
width: 100%; } }
|
|
2869 |
.components-modal__header .components-modal__header-heading {
|
|
2870 |
font-size: 1rem;
|
|
2871 |
font-weight: 600; }
|
|
2872 |
.components-modal__header h1 {
|
|
2873 |
line-height: 1;
|
|
2874 |
margin: 0; }
|
16
|
2875 |
.components-modal__header .components-button {
|
|
2876 |
position: relative;
|
|
2877 |
left: 8px; }
|
9
|
2878 |
|
|
2879 |
.components-modal__header-heading-container {
|
|
2880 |
align-items: center;
|
|
2881 |
flex-grow: 1;
|
|
2882 |
display: flex;
|
|
2883 |
flex-direction: row;
|
|
2884 |
justify-content: left; }
|
|
2885 |
|
|
2886 |
.components-modal__header-icon-container {
|
|
2887 |
display: inline-block; }
|
|
2888 |
.components-modal__header-icon-container svg {
|
|
2889 |
max-width: 36px;
|
|
2890 |
max-height: 36px;
|
|
2891 |
padding: 8px; }
|
|
2892 |
|
|
2893 |
.components-modal__content {
|
|
2894 |
box-sizing: border-box;
|
|
2895 |
height: 100%;
|
16
|
2896 |
padding: 0 24px 24px; }
|
9
|
2897 |
@supports (-ms-ime-align: auto) {
|
|
2898 |
.components-modal__content {
|
16
|
2899 |
padding-top: 60px; } }
|
9
|
2900 |
|
|
2901 |
.components-notice {
|
16
|
2902 |
display: flex;
|
9
|
2903 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
2904 |
font-size: 13px;
|
16
|
2905 |
background-color: #fff;
|
|
2906 |
border-left: 4px solid #007cba;
|
|
2907 |
border-left: 4px solid var(--wp-admin-theme-color);
|
9
|
2908 |
margin: 5px 15px 2px;
|
16
|
2909 |
padding: 8px 12px;
|
|
2910 |
align-items: center; }
|
9
|
2911 |
.components-notice.is-dismissible {
|
|
2912 |
padding-right: 36px;
|
|
2913 |
position: relative; }
|
|
2914 |
.components-notice.is-success {
|
|
2915 |
border-left-color: #4ab866;
|
|
2916 |
background-color: #eff9f1; }
|
|
2917 |
.components-notice.is-warning {
|
|
2918 |
border-left-color: #f0b849;
|
|
2919 |
background-color: #fef8ee; }
|
|
2920 |
.components-notice.is-error {
|
|
2921 |
border-left-color: #d94f4f;
|
|
2922 |
background-color: #f9e2e2; }
|
|
2923 |
|
|
2924 |
.components-notice__content {
|
16
|
2925 |
flex-grow: 1;
|
|
2926 |
margin: 4px 25px 4px 0; }
|
9
|
2927 |
|
|
2928 |
.components-notice__action.components-button, .components-notice__action.components-button.is-link {
|
16
|
2929 |
margin-left: 12px; }
|
|
2930 |
|
|
2931 |
.components-notice__action.components-button.is-secondary {
|
9
|
2932 |
vertical-align: initial; }
|
|
2933 |
|
|
2934 |
.components-notice__dismiss {
|
16
|
2935 |
color: #6c7781;
|
|
2936 |
align-self: flex-start;
|
|
2937 |
flex-shrink: 0; }
|
|
2938 |
.components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover, .components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):active, .components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):focus {
|
|
2939 |
color: #1e1e1e;
|
9
|
2940 |
background-color: transparent; }
|
16
|
2941 |
.components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover {
|
9
|
2942 |
box-shadow: none; }
|
|
2943 |
|
|
2944 |
.components-notice-list {
|
16
|
2945 |
max-width: 100vw;
|
|
2946 |
box-sizing: border-box;
|
9
|
2947 |
z-index: 29; }
|
16
|
2948 |
.components-notice-list .components-notice__content {
|
|
2949 |
margin-top: 12px;
|
|
2950 |
margin-bottom: 12px;
|
|
2951 |
line-height: 2; }
|
|
2952 |
.components-notice-list .components-notice__action.components-button {
|
|
2953 |
display: block;
|
|
2954 |
margin-left: 0;
|
|
2955 |
margin-top: 8px; }
|
9
|
2956 |
|
|
2957 |
.components-panel {
|
|
2958 |
background: #fff;
|
16
|
2959 |
border: 1px solid #f0f0f0; }
|
9
|
2960 |
.components-panel > .components-panel__header:first-child,
|
|
2961 |
.components-panel > .components-panel__body:first-child {
|
|
2962 |
margin-top: -1px; }
|
|
2963 |
.components-panel > .components-panel__header:last-child,
|
|
2964 |
.components-panel > .components-panel__body:last-child {
|
|
2965 |
border-bottom-width: 0; }
|
|
2966 |
|
|
2967 |
.components-panel + .components-panel {
|
|
2968 |
margin-top: -1px; }
|
|
2969 |
|
|
2970 |
.components-panel__body {
|
16
|
2971 |
border-top: 1px solid #f0f0f0;
|
|
2972 |
border-bottom: 1px solid #f0f0f0; }
|
9
|
2973 |
.components-panel__body h3 {
|
|
2974 |
margin: 0 0 0.5em; }
|
|
2975 |
.components-panel__body.is-opened {
|
|
2976 |
padding: 16px; }
|
|
2977 |
|
|
2978 |
.components-panel__header {
|
|
2979 |
display: flex;
|
|
2980 |
justify-content: space-between;
|
|
2981 |
align-items: center;
|
|
2982 |
padding: 0 16px;
|
16
|
2983 |
height: 48px;
|
|
2984 |
border-top: 1px solid #ddd;
|
|
2985 |
border-bottom: 1px solid #ddd; }
|
9
|
2986 |
.components-panel__header h2 {
|
|
2987 |
margin: 0;
|
|
2988 |
font-size: inherit;
|
|
2989 |
color: inherit; }
|
|
2990 |
|
|
2991 |
.components-panel__body + .components-panel__body,
|
|
2992 |
.components-panel__body + .components-panel__header,
|
|
2993 |
.components-panel__header + .components-panel__body,
|
|
2994 |
.components-panel__header + .components-panel__header {
|
|
2995 |
margin-top: -1px; }
|
|
2996 |
|
|
2997 |
.components-panel__body > .components-panel__body-title {
|
|
2998 |
display: block;
|
|
2999 |
padding: 0;
|
|
3000 |
font-size: inherit;
|
|
3001 |
margin-top: 0;
|
|
3002 |
margin-bottom: 0;
|
|
3003 |
transition: 0.1s background ease-in-out; }
|
16
|
3004 |
@media (prefers-reduced-motion: reduce) {
|
|
3005 |
.components-panel__body > .components-panel__body-title {
|
|
3006 |
transition-duration: 0s; } }
|
9
|
3007 |
|
|
3008 |
.components-panel__body.is-opened > .components-panel__body-title {
|
|
3009 |
margin: -16px;
|
|
3010 |
margin-bottom: 5px; }
|
|
3011 |
|
16
|
3012 |
.components-panel__body > .components-panel__body-title:hover {
|
|
3013 |
background: #f0f0f0;
|
|
3014 |
border: none; }
|
9
|
3015 |
|
|
3016 |
.components-panel__body-toggle.components-button {
|
|
3017 |
position: relative;
|
16
|
3018 |
padding: 16px;
|
9
|
3019 |
outline: none;
|
|
3020 |
width: 100%;
|
16
|
3021 |
font-weight: 500;
|
9
|
3022 |
text-align: left;
|
16
|
3023 |
color: #1e1e1e;
|
9
|
3024 |
border: none;
|
|
3025 |
box-shadow: none;
|
|
3026 |
transition: 0.1s background ease-in-out;
|
16
|
3027 |
height: auto;
|
9
|
3028 |
/* rtl:begin:ignore */
|
|
3029 |
/* rtl:end:ignore */ }
|
16
|
3030 |
@media (prefers-reduced-motion: reduce) {
|
|
3031 |
.components-panel__body-toggle.components-button {
|
|
3032 |
transition-duration: 0s; } }
|
|
3033 |
.components-panel__body-toggle.components-button:focus {
|
|
3034 |
box-shadow: inset 0 0 0 1.5px #007cba;
|
|
3035 |
box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color);
|
|
3036 |
border-radius: 0; }
|
9
|
3037 |
.components-panel__body-toggle.components-button .components-panel__arrow {
|
|
3038 |
position: absolute;
|
16
|
3039 |
right: 16px;
|
9
|
3040 |
top: 50%;
|
|
3041 |
transform: translateY(-50%);
|
16
|
3042 |
color: #1e1e1e;
|
9
|
3043 |
fill: currentColor;
|
|
3044 |
transition: 0.1s color ease-in-out; }
|
16
|
3045 |
@media (prefers-reduced-motion: reduce) {
|
|
3046 |
.components-panel__body-toggle.components-button .components-panel__arrow {
|
|
3047 |
transition-duration: 0s; } }
|
9
|
3048 |
body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
|
|
3049 |
transform: scaleX(-1);
|
|
3050 |
-ms-filter: fliph;
|
|
3051 |
filter: FlipH;
|
|
3052 |
margin-top: -10px; }
|
|
3053 |
|
|
3054 |
.components-panel__icon {
|
|
3055 |
color: #555d66;
|
|
3056 |
margin: -2px 0 -2px 6px; }
|
|
3057 |
|
|
3058 |
.components-panel__body-toggle-icon {
|
|
3059 |
margin-right: -5px; }
|
|
3060 |
|
|
3061 |
.components-panel__color-title {
|
|
3062 |
float: left;
|
|
3063 |
height: 19px; }
|
|
3064 |
|
|
3065 |
.components-panel__row {
|
|
3066 |
display: flex;
|
|
3067 |
justify-content: space-between;
|
|
3068 |
align-items: center;
|
16
|
3069 |
margin-top: 8px;
|
|
3070 |
min-height: 36px; }
|
9
|
3071 |
.components-panel__row select {
|
|
3072 |
min-width: 0; }
|
|
3073 |
.components-panel__row label {
|
16
|
3074 |
margin-right: 12px;
|
9
|
3075 |
flex-shrink: 0;
|
|
3076 |
max-width: 75%; }
|
|
3077 |
.components-panel__row:empty, .components-panel__row:first-of-type {
|
|
3078 |
margin-top: 0; }
|
|
3079 |
|
|
3080 |
.components-panel .circle-picker {
|
|
3081 |
padding-bottom: 20px; }
|
|
3082 |
|
16
|
3083 |
.components-placeholder.components-placeholder {
|
|
3084 |
position: relative;
|
9
|
3085 |
padding: 1em;
|
|
3086 |
min-height: 200px;
|
|
3087 |
width: 100%;
|
16
|
3088 |
text-align: left;
|
|
3089 |
margin: 0;
|
|
3090 |
color: #1e1e1e;
|
|
3091 |
-moz-font-smoothing: subpixel-antialiased;
|
|
3092 |
-webkit-font-smoothing: subpixel-antialiased;
|
|
3093 |
border-radius: 2px;
|
|
3094 |
background-color: #fff;
|
|
3095 |
box-shadow: inset 0 0 0 1px #1e1e1e;
|
|
3096 |
outline: 1px solid transparent; }
|
|
3097 |
@supports ((position: -webkit-sticky) or (position: sticky)) {
|
|
3098 |
.components-placeholder.components-placeholder {
|
|
3099 |
display: flex;
|
|
3100 |
flex-direction: column;
|
|
3101 |
justify-content: center;
|
|
3102 |
align-items: flex-start; } }
|
|
3103 |
.components-placeholder.components-placeholder .components-base-control__label {
|
|
3104 |
font-size: 13px; }
|
|
3105 |
|
|
3106 |
.components-placeholder__error,
|
|
3107 |
.components-placeholder__instructions,
|
|
3108 |
.components-placeholder__label,
|
|
3109 |
.components-placeholder__fieldset {
|
9
|
3110 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
16
|
3111 |
font-size: 13px; }
|
9
|
3112 |
|
|
3113 |
.components-placeholder__label {
|
|
3114 |
display: flex;
|
|
3115 |
font-weight: 600;
|
16
|
3116 |
margin-bottom: 16px;
|
|
3117 |
align-items: center; }
|
|
3118 |
.components-placeholder__label > svg,
|
9
|
3119 |
.components-placeholder__label .dashicon,
|
|
3120 |
.components-placeholder__label .block-editor-block-icon {
|
|
3121 |
fill: currentColor;
|
|
3122 |
margin-right: 1ch; }
|
|
3123 |
|
|
3124 |
.components-placeholder__fieldset,
|
|
3125 |
.components-placeholder__fieldset form {
|
|
3126 |
display: flex;
|
|
3127 |
flex-direction: row;
|
|
3128 |
width: 100%;
|
16
|
3129 |
flex-wrap: wrap; }
|
9
|
3130 |
.components-placeholder__fieldset p,
|
|
3131 |
.components-placeholder__fieldset form p {
|
|
3132 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
3133 |
font-size: 13px; }
|
|
3134 |
|
16
|
3135 |
.components-placeholder__fieldset.is-column-layout,
|
|
3136 |
.components-placeholder__fieldset.is-column-layout form {
|
|
3137 |
flex-direction: column; }
|
|
3138 |
|
|
3139 |
.components-placeholder__input[type="url"] {
|
|
3140 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
3141 |
padding: 6px 8px;
|
|
3142 |
box-shadow: 0 0 0 transparent;
|
|
3143 |
transition: box-shadow 0.1s linear;
|
|
3144 |
border-radius: 2px;
|
|
3145 |
border: 1px solid #757575;
|
|
3146 |
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
3147 |
font-size: 16px;
|
|
3148 |
/* Override core line-height. To be reviewed. */
|
|
3149 |
line-height: normal;
|
|
3150 |
margin: 0 8px 0 0;
|
9
|
3151 |
flex: 1 1 auto; }
|
16
|
3152 |
@media (prefers-reduced-motion: reduce) {
|
|
3153 |
.components-placeholder__input[type="url"] {
|
|
3154 |
transition-duration: 0s; } }
|
|
3155 |
@media (min-width: 600px) {
|
|
3156 |
.components-placeholder__input[type="url"] {
|
|
3157 |
font-size: 13px;
|
|
3158 |
/* Override core line-height. To be reviewed. */
|
|
3159 |
line-height: normal; } }
|
|
3160 |
.components-placeholder__input[type="url"]:focus {
|
|
3161 |
border-color: #007cba;
|
|
3162 |
border-color: var(--wp-admin-theme-color);
|
|
3163 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
3164 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
3165 |
outline: 2px solid transparent; }
|
|
3166 |
.components-placeholder__input[type="url"]::-webkit-input-placeholder {
|
|
3167 |
color: rgba(30, 30, 30, 0.62); }
|
|
3168 |
.components-placeholder__input[type="url"]::-moz-placeholder {
|
|
3169 |
opacity: 1;
|
|
3170 |
color: rgba(30, 30, 30, 0.62); }
|
|
3171 |
.components-placeholder__input[type="url"]:-ms-input-placeholder {
|
|
3172 |
color: rgba(30, 30, 30, 0.62); }
|
|
3173 |
.is-dark-theme .components-placeholder__input[type="url"]::-webkit-input-placeholder {
|
|
3174 |
color: rgba(255, 255, 255, 0.65); }
|
|
3175 |
.is-dark-theme .components-placeholder__input[type="url"]::-moz-placeholder {
|
|
3176 |
opacity: 1;
|
|
3177 |
color: rgba(255, 255, 255, 0.65); }
|
|
3178 |
.is-dark-theme .components-placeholder__input[type="url"]:-ms-input-placeholder {
|
|
3179 |
color: rgba(255, 255, 255, 0.65); }
|
9
|
3180 |
|
|
3181 |
.components-placeholder__instructions {
|
|
3182 |
margin-bottom: 1em; }
|
|
3183 |
|
16
|
3184 |
.components-placeholder__error {
|
|
3185 |
margin-top: 1em;
|
|
3186 |
width: 100%; }
|
|
3187 |
|
|
3188 |
.components-placeholder__preview img {
|
|
3189 |
margin: 3%;
|
|
3190 |
width: 50%; }
|
|
3191 |
|
|
3192 |
.components-placeholder__fieldset .components-button {
|
|
3193 |
margin-right: 12px;
|
|
3194 |
margin-bottom: 12px; }
|
|
3195 |
.components-placeholder__fieldset .components-button:last-child {
|
|
3196 |
margin-bottom: 0;
|
|
3197 |
margin-right: 0; }
|
|
3198 |
|
|
3199 |
.components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link {
|
|
3200 |
margin-left: 10px;
|
|
3201 |
margin-right: 10px; }
|
|
3202 |
.components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link:last-child {
|
|
3203 |
margin-right: 0; }
|
|
3204 |
|
|
3205 |
.components-placeholder.is-large .components-placeholder__label {
|
|
3206 |
font-size: 18pt;
|
|
3207 |
font-weight: normal; }
|
|
3208 |
|
|
3209 |
.components-placeholder.is-medium .components-placeholder__instructions, .components-placeholder.is-small .components-placeholder__instructions {
|
|
3210 |
display: none; }
|
|
3211 |
|
|
3212 |
.components-placeholder.is-medium .components-placeholder__fieldset,
|
|
3213 |
.components-placeholder.is-medium .components-placeholder__fieldset form, .components-placeholder.is-small .components-placeholder__fieldset,
|
|
3214 |
.components-placeholder.is-small .components-placeholder__fieldset form {
|
|
3215 |
flex-direction: column; }
|
|
3216 |
|
|
3217 |
.components-placeholder.is-medium .components-placeholder__fieldset .components-button, .components-placeholder.is-small .components-placeholder__fieldset .components-button {
|
|
3218 |
margin-right: auto; }
|
|
3219 |
|
|
3220 |
.components-placeholder.is-small .components-button {
|
|
3221 |
padding: 0 8px 2px; }
|
|
3222 |
|
9
|
3223 |
/*!rtl:begin:ignore*/
|
|
3224 |
.components-popover {
|
|
3225 |
position: fixed;
|
|
3226 |
z-index: 1000000;
|
16
|
3227 |
top: 0;
|
|
3228 |
left: 0;
|
|
3229 |
opacity: 0; }
|
|
3230 |
.components-popover.is-expanded, .components-popover[data-x-axis][data-y-axis] {
|
|
3231 |
opacity: 1; }
|
|
3232 |
.components-popover.is-expanded {
|
9
|
3233 |
top: 0;
|
|
3234 |
left: 0;
|
|
3235 |
right: 0;
|
16
|
3236 |
bottom: 0;
|
|
3237 |
z-index: 1000000 !important; }
|
|
3238 |
.components-popover:not(.is-without-arrow) {
|
9
|
3239 |
margin-left: 2px; }
|
16
|
3240 |
.components-popover:not(.is-without-arrow)::before {
|
|
3241 |
border: 8px solid #ccc; }
|
|
3242 |
.components-popover:not(.is-without-arrow).is-alternate::before {
|
|
3243 |
border-color: #1e1e1e; }
|
|
3244 |
.components-popover:not(.is-without-arrow)::after {
|
9
|
3245 |
border: 8px solid #fff; }
|
16
|
3246 |
.components-popover:not(.is-without-arrow)::before, .components-popover:not(.is-without-arrow)::after {
|
9
|
3247 |
content: "";
|
|
3248 |
position: absolute;
|
|
3249 |
height: 0;
|
|
3250 |
width: 0;
|
|
3251 |
line-height: 0; }
|
16
|
3252 |
.components-popover:not(.is-without-arrow)[data-y-axis="top"] {
|
9
|
3253 |
margin-top: -8px; }
|
16
|
3254 |
.components-popover:not(.is-without-arrow)[data-y-axis="top"]::before {
|
9
|
3255 |
bottom: -8px; }
|
16
|
3256 |
.components-popover:not(.is-without-arrow)[data-y-axis="top"]::after {
|
9
|
3257 |
bottom: -6px; }
|
16
|
3258 |
.components-popover:not(.is-without-arrow)[data-y-axis="top"]::before, .components-popover:not(.is-without-arrow)[data-y-axis="top"]::after {
|
9
|
3259 |
border-bottom: none;
|
|
3260 |
border-left-color: transparent;
|
|
3261 |
border-right-color: transparent;
|
|
3262 |
border-top-style: solid;
|
|
3263 |
margin-left: -10px; }
|
16
|
3264 |
.components-popover:not(.is-without-arrow)[data-y-axis="bottom"] {
|
9
|
3265 |
margin-top: 8px; }
|
16
|
3266 |
.components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::before {
|
9
|
3267 |
top: -8px; }
|
16
|
3268 |
.components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::after {
|
9
|
3269 |
top: -6px; }
|
16
|
3270 |
.components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::before, .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::after {
|
9
|
3271 |
border-bottom-style: solid;
|
|
3272 |
border-left-color: transparent;
|
|
3273 |
border-right-color: transparent;
|
|
3274 |
border-top: none;
|
|
3275 |
margin-left: -10px; }
|
16
|
3276 |
.components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"] {
|
9
|
3277 |
margin-left: -8px; }
|
16
|
3278 |
.components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::before {
|
9
|
3279 |
right: -8px; }
|
16
|
3280 |
.components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::after {
|
9
|
3281 |
right: -6px; }
|
16
|
3282 |
.components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::before, .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::after {
|
9
|
3283 |
border-bottom-color: transparent;
|
|
3284 |
border-left-style: solid;
|
|
3285 |
border-right: none;
|
|
3286 |
border-top-color: transparent; }
|
16
|
3287 |
.components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"] {
|
9
|
3288 |
margin-left: 8px; }
|
16
|
3289 |
.components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::before {
|
9
|
3290 |
left: -8px; }
|
16
|
3291 |
.components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::after {
|
9
|
3292 |
left: -6px; }
|
16
|
3293 |
.components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::before, .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::after {
|
9
|
3294 |
border-bottom-color: transparent;
|
|
3295 |
border-left: none;
|
|
3296 |
border-right-style: solid;
|
|
3297 |
border-top-color: transparent; }
|
16
|
3298 |
.components-popover[data-y-axis="top"] {
|
9
|
3299 |
bottom: 100%; }
|
16
|
3300 |
.components-popover[data-y-axis="bottom"] {
|
|
3301 |
top: 100%; }
|
|
3302 |
.components-popover[data-y-axis="middle"] {
|
9
|
3303 |
align-items: center;
|
|
3304 |
display: flex; }
|
16
|
3305 |
.components-popover.is-from-top {
|
|
3306 |
margin-top: 12px; }
|
|
3307 |
.components-popover.is-from-bottom {
|
|
3308 |
margin-top: -12px; }
|
|
3309 |
.components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
|
|
3310 |
margin-left: 12px; }
|
|
3311 |
.components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
|
|
3312 |
margin-right: 12px; }
|
9
|
3313 |
|
|
3314 |
.components-popover__content {
|
16
|
3315 |
height: 100%;
|
9
|
3316 |
background: #fff;
|
16
|
3317 |
border: 1px solid #ccc;
|
|
3318 |
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
|
|
3319 |
border-radius: 2px; }
|
|
3320 |
.is-alternate .components-popover__content {
|
|
3321 |
border: 1px solid #1e1e1e;
|
|
3322 |
box-shadow: none; }
|
|
3323 |
.components-popover .components-popover__content {
|
9
|
3324 |
position: absolute;
|
|
3325 |
height: auto;
|
|
3326 |
overflow-y: auto;
|
|
3327 |
min-width: 260px; }
|
16
|
3328 |
.components-popover.is-expanded .components-popover__content {
|
|
3329 |
position: static;
|
|
3330 |
height: calc(100% - 48px);
|
|
3331 |
overflow-y: visible;
|
|
3332 |
min-width: auto;
|
|
3333 |
border: none;
|
|
3334 |
border-top: 1px solid #1e1e1e; }
|
|
3335 |
.components-popover[data-y-axis="top"] .components-popover__content {
|
9
|
3336 |
bottom: 100%; }
|
16
|
3337 |
.components-popover[data-x-axis="center"] .components-popover__content {
|
9
|
3338 |
left: 50%;
|
|
3339 |
transform: translateX(-50%); }
|
16
|
3340 |
.components-popover[data-x-axis="right"] .components-popover__content {
|
9
|
3341 |
position: absolute;
|
|
3342 |
left: 100%; }
|
16
|
3343 |
.components-popover:not([data-y-axis="middle"])[data-x-axis="right"] .components-popover__content {
|
|
3344 |
margin-left: -25px; }
|
|
3345 |
.components-popover[data-x-axis="left"] .components-popover__content {
|
9
|
3346 |
position: absolute;
|
|
3347 |
right: 100%; }
|
16
|
3348 |
.components-popover:not([data-y-axis="middle"])[data-x-axis="left"] .components-popover__content {
|
|
3349 |
margin-right: -25px; }
|
9
|
3350 |
|
|
3351 |
.components-popover__header {
|
|
3352 |
align-items: center;
|
|
3353 |
background: #fff;
|
|
3354 |
display: flex;
|
16
|
3355 |
height: 48px;
|
9
|
3356 |
justify-content: space-between;
|
|
3357 |
padding: 0 8px 0 16px; }
|
|
3358 |
|
|
3359 |
.components-popover__header-title {
|
|
3360 |
overflow: hidden;
|
|
3361 |
text-overflow: ellipsis;
|
|
3362 |
white-space: nowrap;
|
|
3363 |
width: 100%; }
|
|
3364 |
|
16
|
3365 |
.components-popover__close.components-button {
|
9
|
3366 |
z-index: 5; }
|
|
3367 |
|
|
3368 |
/*!rtl:end:ignore*/
|
|
3369 |
.components-radio-control {
|
|
3370 |
display: flex;
|
|
3371 |
flex-direction: column; }
|
16
|
3372 |
.components-radio-control .components-base-control__help {
|
|
3373 |
margin-top: 0; }
|
|
3374 |
.components-radio-control .components-base-control__field {
|
|
3375 |
margin-bottom: 0; }
|
9
|
3376 |
|
|
3377 |
.components-radio-control__option:not(:last-child) {
|
|
3378 |
margin-bottom: 4px; }
|
|
3379 |
|
|
3380 |
.components-radio-control__input[type="radio"] {
|
16
|
3381 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
3382 |
padding: 6px 8px;
|
|
3383 |
box-shadow: 0 0 0 transparent;
|
|
3384 |
transition: box-shadow 0.1s linear;
|
|
3385 |
border-radius: 2px;
|
|
3386 |
border: 1px solid #757575;
|
|
3387 |
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
3388 |
font-size: 16px;
|
|
3389 |
/* Override core line-height. To be reviewed. */
|
|
3390 |
line-height: normal;
|
|
3391 |
border: 1px solid #1e1e1e;
|
|
3392 |
margin-right: 12px;
|
|
3393 |
transition: none;
|
|
3394 |
border-radius: 50%;
|
9
|
3395 |
margin-top: 0;
|
|
3396 |
margin-right: 6px; }
|
16
|
3397 |
@media (prefers-reduced-motion: reduce) {
|
|
3398 |
.components-radio-control__input[type="radio"] {
|
|
3399 |
transition-duration: 0s; } }
|
|
3400 |
@media (min-width: 600px) {
|
|
3401 |
.components-radio-control__input[type="radio"] {
|
|
3402 |
font-size: 13px;
|
|
3403 |
/* Override core line-height. To be reviewed. */
|
|
3404 |
line-height: normal; } }
|
|
3405 |
.components-radio-control__input[type="radio"]:focus {
|
|
3406 |
border-color: #007cba;
|
|
3407 |
border-color: var(--wp-admin-theme-color);
|
|
3408 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
3409 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
3410 |
outline: 2px solid transparent; }
|
|
3411 |
.components-radio-control__input[type="radio"]::-webkit-input-placeholder {
|
|
3412 |
color: rgba(30, 30, 30, 0.62); }
|
|
3413 |
.components-radio-control__input[type="radio"]::-moz-placeholder {
|
|
3414 |
opacity: 1;
|
|
3415 |
color: rgba(30, 30, 30, 0.62); }
|
|
3416 |
.components-radio-control__input[type="radio"]:-ms-input-placeholder {
|
|
3417 |
color: rgba(30, 30, 30, 0.62); }
|
|
3418 |
.is-dark-theme .components-radio-control__input[type="radio"]::-webkit-input-placeholder {
|
|
3419 |
color: rgba(255, 255, 255, 0.65); }
|
|
3420 |
.is-dark-theme .components-radio-control__input[type="radio"]::-moz-placeholder {
|
|
3421 |
opacity: 1;
|
|
3422 |
color: rgba(255, 255, 255, 0.65); }
|
|
3423 |
.is-dark-theme .components-radio-control__input[type="radio"]:-ms-input-placeholder {
|
|
3424 |
color: rgba(255, 255, 255, 0.65); }
|
|
3425 |
.components-radio-control__input[type="radio"]:checked::before {
|
|
3426 |
width: 7px;
|
|
3427 |
height: 7px;
|
|
3428 |
margin: 8px 0 0 8px;
|
9
|
3429 |
background-color: #fff;
|
16
|
3430 |
border: 3px solid #fff; }
|
|
3431 |
@media (min-width: 782px) {
|
|
3432 |
.components-radio-control__input[type="radio"]:checked::before {
|
|
3433 |
width: 6px;
|
|
3434 |
height: 6px;
|
|
3435 |
margin: 4px 0 0 4px; } }
|
|
3436 |
.components-radio-control__input[type="radio"]:focus {
|
|
3437 |
box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
|
|
3438 |
box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
|
|
3439 |
outline: 2px solid transparent; }
|
|
3440 |
.components-radio-control__input[type="radio"]:checked {
|
|
3441 |
background: #007cba;
|
|
3442 |
background: var(--wp-admin-theme-color);
|
|
3443 |
border-color: #007cba;
|
|
3444 |
border-color: var(--wp-admin-theme-color); }
|
9
|
3445 |
|
|
3446 |
.components-resizable-box__handle {
|
|
3447 |
display: none;
|
16
|
3448 |
width: 23px;
|
|
3449 |
height: 23px; }
|
|
3450 |
.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
|
9
|
3451 |
display: block; }
|
|
3452 |
|
16
|
3453 |
.components-resizable-box__handle::after {
|
9
|
3454 |
display: block;
|
|
3455 |
content: "";
|
16
|
3456 |
width: 15px;
|
|
3457 |
height: 15px;
|
9
|
3458 |
border: 2px solid #fff;
|
|
3459 |
border-radius: 50%;
|
16
|
3460 |
background: #007cba;
|
|
3461 |
background: var(--wp-admin-theme-color);
|
|
3462 |
cursor: inherit;
|
|
3463 |
position: absolute;
|
|
3464 |
top: calc(50% - 8px);
|
|
3465 |
right: calc(50% - 8px); }
|
|
3466 |
|
|
3467 |
.components-resizable-box__side-handle::before {
|
|
3468 |
display: block;
|
|
3469 |
content: "";
|
|
3470 |
width: 7px;
|
|
3471 |
height: 7px;
|
|
3472 |
border: 2px solid #fff;
|
|
3473 |
background: #007cba;
|
|
3474 |
background: var(--wp-admin-theme-color);
|
|
3475 |
cursor: inherit;
|
|
3476 |
position: absolute;
|
|
3477 |
top: calc(50% - 4px);
|
|
3478 |
right: calc(50% - 4px);
|
|
3479 |
transition: transform 0.1s ease-in;
|
|
3480 |
opacity: 0; }
|
|
3481 |
@media (prefers-reduced-motion: reduce) {
|
|
3482 |
.components-resizable-box__side-handle::before {
|
|
3483 |
transition-duration: 0s; } }
|
|
3484 |
|
|
3485 |
.is-dark-theme .components-resizable-box__side-handle::before,
|
|
3486 |
.is-dark-theme .components-resizable-box__handle::after {
|
|
3487 |
border-color: #d7dade; }
|
|
3488 |
|
|
3489 |
.components-resizable-box__handle {
|
|
3490 |
z-index: 2; }
|
|
3491 |
|
|
3492 |
.components-resizable-box__side-handle {
|
|
3493 |
z-index: 2; }
|
|
3494 |
|
|
3495 |
.components-resizable-box__corner-handle {
|
|
3496 |
z-index: 2; }
|
|
3497 |
|
|
3498 |
.components-resizable-box__side-handle.components-resizable-box__handle-top,
|
|
3499 |
.components-resizable-box__side-handle.components-resizable-box__handle-bottom,
|
|
3500 |
.components-resizable-box__side-handle.components-resizable-box__handle-top::before,
|
|
3501 |
.components-resizable-box__side-handle.components-resizable-box__handle-bottom::before {
|
|
3502 |
width: 100%;
|
|
3503 |
left: 0;
|
|
3504 |
border-left: 0;
|
|
3505 |
border-right: 0; }
|
|
3506 |
|
|
3507 |
.components-resizable-box__side-handle.components-resizable-box__handle-left,
|
|
3508 |
.components-resizable-box__side-handle.components-resizable-box__handle-right,
|
|
3509 |
.components-resizable-box__side-handle.components-resizable-box__handle-left::before,
|
|
3510 |
.components-resizable-box__side-handle.components-resizable-box__handle-right::before {
|
|
3511 |
height: 100%;
|
|
3512 |
top: 0;
|
|
3513 |
border-top: 0;
|
|
3514 |
border-bottom: 0; }
|
|
3515 |
|
|
3516 |
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before,
|
|
3517 |
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before,
|
|
3518 |
.components-resizable-box__side-handle.components-resizable-box__handle-top:active::before,
|
|
3519 |
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before {
|
|
3520 |
animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s;
|
|
3521 |
animation-fill-mode: forwards; }
|
|
3522 |
@media (prefers-reduced-motion: reduce) {
|
|
3523 |
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before,
|
|
3524 |
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before,
|
|
3525 |
.components-resizable-box__side-handle.components-resizable-box__handle-top:active::before,
|
|
3526 |
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before {
|
|
3527 |
animation-duration: 1ms; } }
|
|
3528 |
|
|
3529 |
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before,
|
|
3530 |
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before,
|
|
3531 |
.components-resizable-box__side-handle.components-resizable-box__handle-left:active::before,
|
|
3532 |
.components-resizable-box__side-handle.components-resizable-box__handle-right:active::before {
|
|
3533 |
animation: components-resizable-box__left-right-animation 0.1s ease-out 0s;
|
|
3534 |
animation-fill-mode: forwards; }
|
|
3535 |
@media (prefers-reduced-motion: reduce) {
|
|
3536 |
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before,
|
|
3537 |
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before,
|
|
3538 |
.components-resizable-box__side-handle.components-resizable-box__handle-left:active::before,
|
|
3539 |
.components-resizable-box__side-handle.components-resizable-box__handle-right:active::before {
|
|
3540 |
animation-duration: 1ms; } }
|
|
3541 |
|
|
3542 |
@keyframes components-resizable-box__top-bottom-animation {
|
|
3543 |
from {
|
|
3544 |
transform: scaleX(0);
|
|
3545 |
opacity: 0; }
|
|
3546 |
to {
|
|
3547 |
transform: scaleX(1);
|
|
3548 |
opacity: 1; } }
|
|
3549 |
|
|
3550 |
@keyframes components-resizable-box__left-right-animation {
|
|
3551 |
from {
|
|
3552 |
transform: scaleY(0);
|
|
3553 |
opacity: 0; }
|
|
3554 |
to {
|
|
3555 |
transform: scaleY(1);
|
|
3556 |
opacity: 1; } }
|
9
|
3557 |
|
|
3558 |
/*!rtl:begin:ignore*/
|
|
3559 |
.components-resizable-box__handle-right {
|
16
|
3560 |
right: calc(11.5px * -1); }
|
|
3561 |
|
|
3562 |
.components-resizable-box__handle-left {
|
|
3563 |
left: calc(11.5px * -1); }
|
|
3564 |
|
|
3565 |
.components-resizable-box__handle-top {
|
|
3566 |
top: calc(11.5px * -1); }
|
9
|
3567 |
|
|
3568 |
.components-resizable-box__handle-bottom {
|
16
|
3569 |
bottom: calc(11.5px * -1); }
|
9
|
3570 |
|
|
3571 |
/*!rtl:end:ignore*/
|
|
3572 |
.components-responsive-wrapper {
|
|
3573 |
position: relative;
|
|
3574 |
max-width: 100%; }
|
16
|
3575 |
.components-responsive-wrapper,
|
|
3576 |
.components-responsive-wrapper > span {
|
|
3577 |
display: block; }
|
9
|
3578 |
|
|
3579 |
.components-responsive-wrapper__content {
|
|
3580 |
position: absolute;
|
|
3581 |
top: 0;
|
|
3582 |
right: 0;
|
|
3583 |
bottom: 0;
|
|
3584 |
left: 0;
|
|
3585 |
width: 100%;
|
16
|
3586 |
height: 100%;
|
|
3587 |
margin: auto; }
|
9
|
3588 |
|
|
3589 |
.components-sandbox {
|
|
3590 |
overflow: hidden; }
|
|
3591 |
|
16
|
3592 |
iframe.components-sandbox {
|
|
3593 |
width: 100%; }
|
|
3594 |
|
9
|
3595 |
html.lockscroll,
|
|
3596 |
body.lockscroll {
|
|
3597 |
overflow: hidden; }
|
|
3598 |
|
|
3599 |
.components-select-control__input {
|
|
3600 |
background: #fff;
|
|
3601 |
height: 36px;
|
|
3602 |
line-height: 36px;
|
|
3603 |
margin: 1px;
|
|
3604 |
outline: 0;
|
|
3605 |
width: 100%;
|
|
3606 |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
|
|
3607 |
@media (min-width: 782px) {
|
|
3608 |
.components-select-control__input {
|
|
3609 |
height: 28px;
|
|
3610 |
line-height: 28px; } }
|
|
3611 |
|
|
3612 |
@media (max-width: 782px) {
|
|
3613 |
.components-base-control .components-base-control__field .components-select-control__input {
|
|
3614 |
font-size: 16px; } }
|
|
3615 |
|
16
|
3616 |
.components-snackbar {
|
|
3617 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
3618 |
font-size: 13px;
|
|
3619 |
background-color: #1e1e1e;
|
|
3620 |
border-radius: 2px;
|
|
3621 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
|
3622 |
color: #fff;
|
|
3623 |
padding: 16px 24px;
|
|
3624 |
width: 100%;
|
|
3625 |
max-width: 600px;
|
|
3626 |
box-sizing: border-box;
|
|
3627 |
cursor: pointer; }
|
|
3628 |
@media (min-width: 600px) {
|
|
3629 |
.components-snackbar {
|
|
3630 |
width: fit-content; } }
|
|
3631 |
.components-snackbar:focus {
|
|
3632 |
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
|
|
3633 |
box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); }
|
|
3634 |
|
|
3635 |
.components-snackbar__action.components-button {
|
|
3636 |
margin-left: 32px;
|
|
3637 |
color: #fff;
|
|
3638 |
height: auto;
|
|
3639 |
flex-shrink: 0;
|
|
3640 |
line-height: 1.4;
|
|
3641 |
padding: 0; }
|
|
3642 |
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) {
|
|
3643 |
text-decoration: underline;
|
|
3644 |
background-color: transparent; }
|
|
3645 |
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):focus {
|
|
3646 |
color: #fff;
|
|
3647 |
box-shadow: none;
|
|
3648 |
outline: 1px dotted #fff; }
|
|
3649 |
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover {
|
|
3650 |
color: #007cba;
|
|
3651 |
color: var(--wp-admin-theme-color); }
|
|
3652 |
|
|
3653 |
.components-snackbar__content {
|
|
3654 |
display: flex;
|
|
3655 |
align-items: baseline;
|
|
3656 |
justify-content: space-between;
|
|
3657 |
line-height: 1.4; }
|
|
3658 |
|
|
3659 |
.components-snackbar-list {
|
|
3660 |
position: absolute;
|
|
3661 |
z-index: 100000;
|
|
3662 |
width: 100%;
|
|
3663 |
box-sizing: border-box; }
|
|
3664 |
|
|
3665 |
.components-snackbar-list__notice-container {
|
|
3666 |
position: relative;
|
|
3667 |
padding-top: 8px; }
|
|
3668 |
|
9
|
3669 |
.components-spinner {
|
|
3670 |
display: inline-block;
|
|
3671 |
background-color: #7e8993;
|
|
3672 |
width: 18px;
|
|
3673 |
height: 18px;
|
|
3674 |
opacity: 0.7;
|
|
3675 |
margin: 5px 11px 0;
|
|
3676 |
border-radius: 100%;
|
|
3677 |
position: relative; }
|
|
3678 |
.components-spinner::before {
|
|
3679 |
/* rtl:begin:ignore */
|
|
3680 |
content: "";
|
|
3681 |
position: absolute;
|
|
3682 |
background-color: #fff;
|
|
3683 |
top: 3px;
|
|
3684 |
left: 3px;
|
|
3685 |
width: 4px;
|
|
3686 |
height: 4px;
|
|
3687 |
border-radius: 100%;
|
|
3688 |
transform-origin: 6px 6px;
|
|
3689 |
animation: components-spinner__animation 1s infinite linear;
|
|
3690 |
/* rtl:end:ignore */ }
|
|
3691 |
|
|
3692 |
@keyframes components-spinner__animation {
|
|
3693 |
from {
|
|
3694 |
transform: rotate(0deg); }
|
|
3695 |
to {
|
|
3696 |
transform: rotate(360deg); } }
|
|
3697 |
|
16
|
3698 |
.components-tab-panel__tabs {
|
|
3699 |
display: flex;
|
|
3700 |
align-items: stretch; }
|
|
3701 |
|
|
3702 |
.components-tab-panel__tabs-item {
|
|
3703 |
background: transparent;
|
|
3704 |
border: none;
|
|
3705 |
box-shadow: none;
|
|
3706 |
border-radius: 0;
|
|
3707 |
cursor: pointer;
|
|
3708 |
height: 48px;
|
|
3709 |
padding: 3px 16px;
|
|
3710 |
margin-left: 0;
|
|
3711 |
font-weight: 500;
|
|
3712 |
transition: box-shadow 0.1s linear;
|
|
3713 |
box-sizing: border-box; }
|
|
3714 |
.components-tab-panel__tabs-item::after {
|
|
3715 |
content: attr(data-label);
|
|
3716 |
display: block;
|
|
3717 |
height: 0;
|
|
3718 |
overflow: hidden;
|
|
3719 |
speak: none;
|
|
3720 |
visibility: hidden; }
|
|
3721 |
.components-tab-panel__tabs-item:focus:not(:disabled) {
|
|
3722 |
box-shadow: inset 0 1.5px #007cba;
|
|
3723 |
box-shadow: inset 0 1.5px var(--wp-admin-theme-color); }
|
|
3724 |
.components-tab-panel__tabs-item.is-active {
|
|
3725 |
box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #007cba;
|
|
3726 |
box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color);
|
|
3727 |
position: relative; }
|
|
3728 |
.components-tab-panel__tabs-item.is-active::before {
|
|
3729 |
content: "";
|
|
3730 |
position: absolute;
|
|
3731 |
top: 0;
|
|
3732 |
bottom: 1px;
|
|
3733 |
right: 0;
|
|
3734 |
left: 0;
|
|
3735 |
border-bottom: 4px solid transparent; }
|
|
3736 |
.components-tab-panel__tabs-item:focus {
|
|
3737 |
box-shadow: inset 0 0 0 1.5px #007cba;
|
|
3738 |
box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); }
|
|
3739 |
.components-tab-panel__tabs-item.is-active:focus {
|
|
3740 |
box-shadow: inset 0 0 0 1.5px #007cba, inset 0 -4px 0 0 #007cba;
|
|
3741 |
box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color); }
|
|
3742 |
|
|
3743 |
.components-text-control__input,
|
|
3744 |
.components-text-control__input[type="text"],
|
|
3745 |
.components-text-control__input[type="tel"],
|
|
3746 |
.components-text-control__input[type="time"],
|
|
3747 |
.components-text-control__input[type="url"],
|
|
3748 |
.components-text-control__input[type="week"],
|
|
3749 |
.components-text-control__input[type="password"],
|
|
3750 |
.components-text-control__input[type="color"],
|
|
3751 |
.components-text-control__input[type="date"],
|
|
3752 |
.components-text-control__input[type="datetime"],
|
|
3753 |
.components-text-control__input[type="datetime-local"],
|
|
3754 |
.components-text-control__input[type="email"],
|
|
3755 |
.components-text-control__input[type="month"],
|
|
3756 |
.components-text-control__input[type="number"] {
|
9
|
3757 |
width: 100%;
|
16
|
3758 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
3759 |
padding: 6px 8px;
|
|
3760 |
box-shadow: 0 0 0 transparent;
|
|
3761 |
transition: box-shadow 0.1s linear;
|
|
3762 |
border-radius: 2px;
|
|
3763 |
border: 1px solid #757575;
|
|
3764 |
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
3765 |
font-size: 16px;
|
|
3766 |
/* Override core line-height. To be reviewed. */
|
|
3767 |
line-height: normal; }
|
|
3768 |
@media (prefers-reduced-motion: reduce) {
|
|
3769 |
.components-text-control__input,
|
|
3770 |
.components-text-control__input[type="text"],
|
|
3771 |
.components-text-control__input[type="tel"],
|
|
3772 |
.components-text-control__input[type="time"],
|
|
3773 |
.components-text-control__input[type="url"],
|
|
3774 |
.components-text-control__input[type="week"],
|
|
3775 |
.components-text-control__input[type="password"],
|
|
3776 |
.components-text-control__input[type="color"],
|
|
3777 |
.components-text-control__input[type="date"],
|
|
3778 |
.components-text-control__input[type="datetime"],
|
|
3779 |
.components-text-control__input[type="datetime-local"],
|
|
3780 |
.components-text-control__input[type="email"],
|
|
3781 |
.components-text-control__input[type="month"],
|
|
3782 |
.components-text-control__input[type="number"] {
|
|
3783 |
transition-duration: 0s; } }
|
|
3784 |
@media (min-width: 600px) {
|
|
3785 |
.components-text-control__input,
|
|
3786 |
.components-text-control__input[type="text"],
|
|
3787 |
.components-text-control__input[type="tel"],
|
|
3788 |
.components-text-control__input[type="time"],
|
|
3789 |
.components-text-control__input[type="url"],
|
|
3790 |
.components-text-control__input[type="week"],
|
|
3791 |
.components-text-control__input[type="password"],
|
|
3792 |
.components-text-control__input[type="color"],
|
|
3793 |
.components-text-control__input[type="date"],
|
|
3794 |
.components-text-control__input[type="datetime"],
|
|
3795 |
.components-text-control__input[type="datetime-local"],
|
|
3796 |
.components-text-control__input[type="email"],
|
|
3797 |
.components-text-control__input[type="month"],
|
|
3798 |
.components-text-control__input[type="number"] {
|
|
3799 |
font-size: 13px;
|
|
3800 |
/* Override core line-height. To be reviewed. */
|
|
3801 |
line-height: normal; } }
|
|
3802 |
.components-text-control__input:focus,
|
|
3803 |
.components-text-control__input[type="text"]:focus,
|
|
3804 |
.components-text-control__input[type="tel"]:focus,
|
|
3805 |
.components-text-control__input[type="time"]:focus,
|
|
3806 |
.components-text-control__input[type="url"]:focus,
|
|
3807 |
.components-text-control__input[type="week"]:focus,
|
|
3808 |
.components-text-control__input[type="password"]:focus,
|
|
3809 |
.components-text-control__input[type="color"]:focus,
|
|
3810 |
.components-text-control__input[type="date"]:focus,
|
|
3811 |
.components-text-control__input[type="datetime"]:focus,
|
|
3812 |
.components-text-control__input[type="datetime-local"]:focus,
|
|
3813 |
.components-text-control__input[type="email"]:focus,
|
|
3814 |
.components-text-control__input[type="month"]:focus,
|
|
3815 |
.components-text-control__input[type="number"]:focus {
|
|
3816 |
border-color: #007cba;
|
|
3817 |
border-color: var(--wp-admin-theme-color);
|
|
3818 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
3819 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
3820 |
outline: 2px solid transparent; }
|
|
3821 |
.components-text-control__input::-webkit-input-placeholder,
|
|
3822 |
.components-text-control__input[type="text"]::-webkit-input-placeholder,
|
|
3823 |
.components-text-control__input[type="tel"]::-webkit-input-placeholder,
|
|
3824 |
.components-text-control__input[type="time"]::-webkit-input-placeholder,
|
|
3825 |
.components-text-control__input[type="url"]::-webkit-input-placeholder,
|
|
3826 |
.components-text-control__input[type="week"]::-webkit-input-placeholder,
|
|
3827 |
.components-text-control__input[type="password"]::-webkit-input-placeholder,
|
|
3828 |
.components-text-control__input[type="color"]::-webkit-input-placeholder,
|
|
3829 |
.components-text-control__input[type="date"]::-webkit-input-placeholder,
|
|
3830 |
.components-text-control__input[type="datetime"]::-webkit-input-placeholder,
|
|
3831 |
.components-text-control__input[type="datetime-local"]::-webkit-input-placeholder,
|
|
3832 |
.components-text-control__input[type="email"]::-webkit-input-placeholder,
|
|
3833 |
.components-text-control__input[type="month"]::-webkit-input-placeholder,
|
|
3834 |
.components-text-control__input[type="number"]::-webkit-input-placeholder {
|
|
3835 |
color: rgba(30, 30, 30, 0.62); }
|
|
3836 |
.components-text-control__input::-moz-placeholder,
|
|
3837 |
.components-text-control__input[type="text"]::-moz-placeholder,
|
|
3838 |
.components-text-control__input[type="tel"]::-moz-placeholder,
|
|
3839 |
.components-text-control__input[type="time"]::-moz-placeholder,
|
|
3840 |
.components-text-control__input[type="url"]::-moz-placeholder,
|
|
3841 |
.components-text-control__input[type="week"]::-moz-placeholder,
|
|
3842 |
.components-text-control__input[type="password"]::-moz-placeholder,
|
|
3843 |
.components-text-control__input[type="color"]::-moz-placeholder,
|
|
3844 |
.components-text-control__input[type="date"]::-moz-placeholder,
|
|
3845 |
.components-text-control__input[type="datetime"]::-moz-placeholder,
|
|
3846 |
.components-text-control__input[type="datetime-local"]::-moz-placeholder,
|
|
3847 |
.components-text-control__input[type="email"]::-moz-placeholder,
|
|
3848 |
.components-text-control__input[type="month"]::-moz-placeholder,
|
|
3849 |
.components-text-control__input[type="number"]::-moz-placeholder {
|
|
3850 |
opacity: 1;
|
|
3851 |
color: rgba(30, 30, 30, 0.62); }
|
|
3852 |
.components-text-control__input:-ms-input-placeholder,
|
|
3853 |
.components-text-control__input[type="text"]:-ms-input-placeholder,
|
|
3854 |
.components-text-control__input[type="tel"]:-ms-input-placeholder,
|
|
3855 |
.components-text-control__input[type="time"]:-ms-input-placeholder,
|
|
3856 |
.components-text-control__input[type="url"]:-ms-input-placeholder,
|
|
3857 |
.components-text-control__input[type="week"]:-ms-input-placeholder,
|
|
3858 |
.components-text-control__input[type="password"]:-ms-input-placeholder,
|
|
3859 |
.components-text-control__input[type="color"]:-ms-input-placeholder,
|
|
3860 |
.components-text-control__input[type="date"]:-ms-input-placeholder,
|
|
3861 |
.components-text-control__input[type="datetime"]:-ms-input-placeholder,
|
|
3862 |
.components-text-control__input[type="datetime-local"]:-ms-input-placeholder,
|
|
3863 |
.components-text-control__input[type="email"]:-ms-input-placeholder,
|
|
3864 |
.components-text-control__input[type="month"]:-ms-input-placeholder,
|
|
3865 |
.components-text-control__input[type="number"]:-ms-input-placeholder {
|
|
3866 |
color: rgba(30, 30, 30, 0.62); }
|
|
3867 |
.is-dark-theme .components-text-control__input::-webkit-input-placeholder, .is-dark-theme
|
|
3868 |
.components-text-control__input[type="text"]::-webkit-input-placeholder, .is-dark-theme
|
|
3869 |
.components-text-control__input[type="tel"]::-webkit-input-placeholder, .is-dark-theme
|
|
3870 |
.components-text-control__input[type="time"]::-webkit-input-placeholder, .is-dark-theme
|
|
3871 |
.components-text-control__input[type="url"]::-webkit-input-placeholder, .is-dark-theme
|
|
3872 |
.components-text-control__input[type="week"]::-webkit-input-placeholder, .is-dark-theme
|
|
3873 |
.components-text-control__input[type="password"]::-webkit-input-placeholder, .is-dark-theme
|
|
3874 |
.components-text-control__input[type="color"]::-webkit-input-placeholder, .is-dark-theme
|
|
3875 |
.components-text-control__input[type="date"]::-webkit-input-placeholder, .is-dark-theme
|
|
3876 |
.components-text-control__input[type="datetime"]::-webkit-input-placeholder, .is-dark-theme
|
|
3877 |
.components-text-control__input[type="datetime-local"]::-webkit-input-placeholder, .is-dark-theme
|
|
3878 |
.components-text-control__input[type="email"]::-webkit-input-placeholder, .is-dark-theme
|
|
3879 |
.components-text-control__input[type="month"]::-webkit-input-placeholder, .is-dark-theme
|
|
3880 |
.components-text-control__input[type="number"]::-webkit-input-placeholder {
|
|
3881 |
color: rgba(255, 255, 255, 0.65); }
|
|
3882 |
.is-dark-theme .components-text-control__input::-moz-placeholder, .is-dark-theme
|
|
3883 |
.components-text-control__input[type="text"]::-moz-placeholder, .is-dark-theme
|
|
3884 |
.components-text-control__input[type="tel"]::-moz-placeholder, .is-dark-theme
|
|
3885 |
.components-text-control__input[type="time"]::-moz-placeholder, .is-dark-theme
|
|
3886 |
.components-text-control__input[type="url"]::-moz-placeholder, .is-dark-theme
|
|
3887 |
.components-text-control__input[type="week"]::-moz-placeholder, .is-dark-theme
|
|
3888 |
.components-text-control__input[type="password"]::-moz-placeholder, .is-dark-theme
|
|
3889 |
.components-text-control__input[type="color"]::-moz-placeholder, .is-dark-theme
|
|
3890 |
.components-text-control__input[type="date"]::-moz-placeholder, .is-dark-theme
|
|
3891 |
.components-text-control__input[type="datetime"]::-moz-placeholder, .is-dark-theme
|
|
3892 |
.components-text-control__input[type="datetime-local"]::-moz-placeholder, .is-dark-theme
|
|
3893 |
.components-text-control__input[type="email"]::-moz-placeholder, .is-dark-theme
|
|
3894 |
.components-text-control__input[type="month"]::-moz-placeholder, .is-dark-theme
|
|
3895 |
.components-text-control__input[type="number"]::-moz-placeholder {
|
|
3896 |
opacity: 1;
|
|
3897 |
color: rgba(255, 255, 255, 0.65); }
|
|
3898 |
.is-dark-theme .components-text-control__input:-ms-input-placeholder, .is-dark-theme
|
|
3899 |
.components-text-control__input[type="text"]:-ms-input-placeholder, .is-dark-theme
|
|
3900 |
.components-text-control__input[type="tel"]:-ms-input-placeholder, .is-dark-theme
|
|
3901 |
.components-text-control__input[type="time"]:-ms-input-placeholder, .is-dark-theme
|
|
3902 |
.components-text-control__input[type="url"]:-ms-input-placeholder, .is-dark-theme
|
|
3903 |
.components-text-control__input[type="week"]:-ms-input-placeholder, .is-dark-theme
|
|
3904 |
.components-text-control__input[type="password"]:-ms-input-placeholder, .is-dark-theme
|
|
3905 |
.components-text-control__input[type="color"]:-ms-input-placeholder, .is-dark-theme
|
|
3906 |
.components-text-control__input[type="date"]:-ms-input-placeholder, .is-dark-theme
|
|
3907 |
.components-text-control__input[type="datetime"]:-ms-input-placeholder, .is-dark-theme
|
|
3908 |
.components-text-control__input[type="datetime-local"]:-ms-input-placeholder, .is-dark-theme
|
|
3909 |
.components-text-control__input[type="email"]:-ms-input-placeholder, .is-dark-theme
|
|
3910 |
.components-text-control__input[type="month"]:-ms-input-placeholder, .is-dark-theme
|
|
3911 |
.components-text-control__input[type="number"]:-ms-input-placeholder {
|
|
3912 |
color: rgba(255, 255, 255, 0.65); }
|
9
|
3913 |
|
|
3914 |
.components-textarea-control__input {
|
|
3915 |
width: 100%;
|
16
|
3916 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
3917 |
padding: 6px 8px;
|
|
3918 |
box-shadow: 0 0 0 transparent;
|
|
3919 |
transition: box-shadow 0.1s linear;
|
|
3920 |
border-radius: 2px;
|
|
3921 |
border: 1px solid #757575;
|
|
3922 |
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
3923 |
font-size: 16px;
|
|
3924 |
/* Override core line-height. To be reviewed. */
|
|
3925 |
line-height: normal; }
|
|
3926 |
@media (prefers-reduced-motion: reduce) {
|
|
3927 |
.components-textarea-control__input {
|
|
3928 |
transition-duration: 0s; } }
|
|
3929 |
@media (min-width: 600px) {
|
|
3930 |
.components-textarea-control__input {
|
|
3931 |
font-size: 13px;
|
|
3932 |
/* Override core line-height. To be reviewed. */
|
|
3933 |
line-height: normal; } }
|
|
3934 |
.components-textarea-control__input:focus {
|
|
3935 |
border-color: #007cba;
|
|
3936 |
border-color: var(--wp-admin-theme-color);
|
|
3937 |
box-shadow: 0 0 0 0.5px #007cba;
|
|
3938 |
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
3939 |
outline: 2px solid transparent; }
|
|
3940 |
.components-textarea-control__input::-webkit-input-placeholder {
|
|
3941 |
color: rgba(30, 30, 30, 0.62); }
|
|
3942 |
.components-textarea-control__input::-moz-placeholder {
|
|
3943 |
opacity: 1;
|
|
3944 |
color: rgba(30, 30, 30, 0.62); }
|
|
3945 |
.components-textarea-control__input:-ms-input-placeholder {
|
|
3946 |
color: rgba(30, 30, 30, 0.62); }
|
|
3947 |
.is-dark-theme .components-textarea-control__input::-webkit-input-placeholder {
|
|
3948 |
color: rgba(255, 255, 255, 0.65); }
|
|
3949 |
.is-dark-theme .components-textarea-control__input::-moz-placeholder {
|
|
3950 |
opacity: 1;
|
|
3951 |
color: rgba(255, 255, 255, 0.65); }
|
|
3952 |
.is-dark-theme .components-textarea-control__input:-ms-input-placeholder {
|
|
3953 |
color: rgba(255, 255, 255, 0.65); }
|
|
3954 |
|
|
3955 |
.components-tip {
|
|
3956 |
display: flex;
|
|
3957 |
color: #555d66; }
|
|
3958 |
.components-tip svg {
|
|
3959 |
-ms-grid-row-align: center;
|
|
3960 |
align-self: center;
|
|
3961 |
fill: #f0b849;
|
|
3962 |
flex-shrink: 0;
|
|
3963 |
margin-right: 16px; }
|
|
3964 |
.components-tip p {
|
|
3965 |
margin: 0; }
|
9
|
3966 |
|
|
3967 |
.components-toggle-control .components-base-control__field {
|
|
3968 |
display: flex;
|
16
|
3969 |
margin-bottom: 12px;
|
|
3970 |
line-height: initial;
|
|
3971 |
align-items: center; }
|
9
|
3972 |
.components-toggle-control .components-base-control__field .components-form-toggle {
|
16
|
3973 |
margin-right: 12px; }
|
9
|
3974 |
.components-toggle-control .components-base-control__field .components-toggle-control__label {
|
16
|
3975 |
display: block; }
|
|
3976 |
|
|
3977 |
.components-accessible-toolbar {
|
|
3978 |
display: inline-flex;
|
|
3979 |
border: 1px solid #1e1e1e;
|
|
3980 |
border-radius: 2px;
|
9
|
3981 |
flex-shrink: 0; }
|
16
|
3982 |
.components-accessible-toolbar > .components-toolbar-group:last-child {
|
|
3983 |
border-right: none; }
|
|
3984 |
|
|
3985 |
.components-accessible-toolbar .components-button,
|
|
3986 |
.components-toolbar .components-button {
|
|
3987 |
position: relative;
|
|
3988 |
height: 48px;
|
|
3989 |
z-index: 1;
|
|
3990 |
padding-left: 16px;
|
|
3991 |
padding-right: 16px; }
|
|
3992 |
.components-accessible-toolbar .components-button:focus:enabled,
|
|
3993 |
.components-toolbar .components-button:focus:enabled {
|
|
3994 |
box-shadow: none;
|
|
3995 |
outline: none; }
|
|
3996 |
.components-accessible-toolbar .components-button::before,
|
|
3997 |
.components-toolbar .components-button::before {
|
|
3998 |
content: "";
|
|
3999 |
position: absolute;
|
|
4000 |
display: block;
|
|
4001 |
border-radius: 2px;
|
|
4002 |
height: 32px;
|
|
4003 |
left: 8px;
|
|
4004 |
right: 8px;
|
|
4005 |
z-index: -1;
|
|
4006 |
animation: components-button__appear-animation 0.1s ease;
|
|
4007 |
animation-fill-mode: forwards; }
|
|
4008 |
@media (prefers-reduced-motion: reduce) {
|
|
4009 |
.components-accessible-toolbar .components-button::before,
|
|
4010 |
.components-toolbar .components-button::before {
|
|
4011 |
animation-duration: 1ms; } }
|
|
4012 |
.components-accessible-toolbar .components-button svg,
|
|
4013 |
.components-toolbar .components-button svg {
|
9
|
4014 |
position: relative;
|
16
|
4015 |
margin-left: auto;
|
|
4016 |
margin-right: auto; }
|
|
4017 |
.components-accessible-toolbar .components-button.is-pressed,
|
|
4018 |
.components-toolbar .components-button.is-pressed {
|
|
4019 |
background: transparent; }
|
|
4020 |
.components-accessible-toolbar .components-button.is-pressed:hover,
|
|
4021 |
.components-toolbar .components-button.is-pressed:hover {
|
|
4022 |
background: transparent; }
|
|
4023 |
.components-accessible-toolbar .components-button.is-pressed::before,
|
|
4024 |
.components-toolbar .components-button.is-pressed::before {
|
|
4025 |
background: #1e1e1e; }
|
|
4026 |
.components-accessible-toolbar .components-button:focus::before,
|
|
4027 |
.components-toolbar .components-button:focus::before {
|
|
4028 |
box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff;
|
|
4029 |
box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
|
|
4030 |
outline: 2px solid transparent; }
|
|
4031 |
.components-accessible-toolbar .components-button.has-icon,
|
|
4032 |
.components-toolbar .components-button.has-icon {
|
|
4033 |
padding-left: 8px;
|
|
4034 |
padding-right: 8px;
|
|
4035 |
min-width: 48px;
|
|
4036 |
justify-content: center; }
|
|
4037 |
.components-accessible-toolbar .components-button.components-tab-button,
|
|
4038 |
.components-toolbar .components-button.components-tab-button {
|
|
4039 |
font-weight: 500; }
|
|
4040 |
.components-accessible-toolbar .components-button.components-tab-button span,
|
|
4041 |
.components-toolbar .components-button.components-tab-button span {
|
|
4042 |
display: inline-block;
|
|
4043 |
padding-left: 0;
|
|
4044 |
padding-right: 0;
|
|
4045 |
position: relative; }
|
|
4046 |
|
|
4047 |
@keyframes components-button__appear-animation {
|
|
4048 |
from {
|
|
4049 |
transform: scaleY(0); }
|
|
4050 |
to {
|
|
4051 |
transform: scaleY(1); } }
|
9
|
4052 |
|
|
4053 |
.components-toolbar__control.components-button {
|
16
|
4054 |
position: relative; }
|
9
|
4055 |
.components-toolbar__control.components-button[data-subscript] svg {
|
|
4056 |
padding: 5px 10px 5px 0; }
|
|
4057 |
.components-toolbar__control.components-button[data-subscript]::after {
|
|
4058 |
content: attr(data-subscript);
|
|
4059 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
4060 |
font-size: 13px;
|
|
4061 |
font-weight: 600;
|
|
4062 |
line-height: 12px;
|
|
4063 |
position: absolute;
|
|
4064 |
right: 8px;
|
|
4065 |
bottom: 10px; }
|
16
|
4066 |
.components-toolbar__control.components-button:active::before {
|
|
4067 |
display: none; }
|
|
4068 |
.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]::after {
|
9
|
4069 |
color: #fff; }
|
16
|
4070 |
|
|
4071 |
.components-toolbar-group {
|
|
4072 |
min-height: 48px;
|
|
4073 |
border-right: 1px solid #1e1e1e;
|
|
4074 |
background-color: #fff;
|
|
4075 |
display: inline-flex;
|
|
4076 |
flex-shrink: 0;
|
|
4077 |
flex-wrap: wrap;
|
|
4078 |
line-height: 0; }
|
|
4079 |
.components-toolbar-group .components-toolbar-group {
|
|
4080 |
border-width: 0;
|
|
4081 |
margin: 0; }
|
|
4082 |
|
|
4083 |
.components-toolbar {
|
|
4084 |
min-height: 48px;
|
|
4085 |
margin: 0;
|
|
4086 |
border: 1px solid #1e1e1e;
|
|
4087 |
border-radius: 2px;
|
|
4088 |
background-color: #fff;
|
|
4089 |
display: inline-flex;
|
|
4090 |
flex-shrink: 0;
|
|
4091 |
flex-wrap: wrap; }
|
|
4092 |
|
|
4093 |
div.components-toolbar > div {
|
|
4094 |
display: block;
|
|
4095 |
margin: 0; }
|
|
4096 |
@supports ((position: -webkit-sticky) or (position: sticky)) {
|
|
4097 |
div.components-toolbar > div {
|
|
4098 |
display: flex; } }
|
|
4099 |
|
|
4100 |
div.components-toolbar > div + div.has-left-divider {
|
|
4101 |
margin-left: 6px;
|
|
4102 |
position: relative;
|
|
4103 |
overflow: visible; }
|
|
4104 |
|
|
4105 |
div.components-toolbar > div + div.has-left-divider::before {
|
|
4106 |
display: inline-block;
|
|
4107 |
content: "";
|
|
4108 |
box-sizing: content-box;
|
|
4109 |
background-color: #ddd;
|
|
4110 |
position: absolute;
|
|
4111 |
top: 8px;
|
|
4112 |
left: -3px;
|
|
4113 |
width: 1px;
|
|
4114 |
height: 20px; }
|
|
4115 |
|
|
4116 |
.components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon,
|
|
4117 |
.components-toolbar div > .components-button.components-button.has-icon {
|
|
4118 |
min-width: 36px;
|
|
4119 |
padding-left: 6px;
|
|
4120 |
padding-right: 6px; }
|
|
4121 |
.components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon svg,
|
|
4122 |
.components-toolbar div > .components-button.components-button.has-icon svg {
|
|
4123 |
min-width: 24px; }
|
|
4124 |
.components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon::before,
|
|
4125 |
.components-toolbar div > .components-button.components-button.has-icon::before {
|
|
4126 |
left: 2px;
|
|
4127 |
right: 2px; }
|
|
4128 |
|
|
4129 |
.components-accessible-toolbar .components-toolbar-group > .components-button:first-child.has-icon,
|
|
4130 |
.components-accessible-toolbar .components-toolbar-group > div:first-child > .components-button.has-icon,
|
|
4131 |
.components-toolbar div:first-child .components-button.has-icon {
|
|
4132 |
min-width: 42px;
|
|
4133 |
padding-left: 11px;
|
|
4134 |
padding-right: 6px; }
|
|
4135 |
.components-accessible-toolbar .components-toolbar-group > .components-button:first-child.has-icon::before,
|
|
4136 |
.components-accessible-toolbar .components-toolbar-group > div:first-child > .components-button.has-icon::before,
|
|
4137 |
.components-toolbar div:first-child .components-button.has-icon::before {
|
|
4138 |
left: 8px;
|
|
4139 |
right: 2px; }
|
|
4140 |
|
|
4141 |
.components-accessible-toolbar .components-toolbar-group > .components-button:last-of-type.has-icon,
|
|
4142 |
.components-accessible-toolbar .components-toolbar-group > div:last-child > .components-button.has-icon,
|
|
4143 |
.components-toolbar div:last-child .components-button.has-icon {
|
|
4144 |
min-width: 42px;
|
|
4145 |
padding-left: 6px;
|
|
4146 |
padding-right: 11px; }
|
|
4147 |
.components-accessible-toolbar .components-toolbar-group > .components-button:last-of-type.has-icon::before,
|
|
4148 |
.components-accessible-toolbar .components-toolbar-group > div:last-child > .components-button.has-icon::before,
|
|
4149 |
.components-toolbar div:last-child .components-button.has-icon::before {
|
|
4150 |
left: 2px;
|
|
4151 |
right: 8px; }
|
|
4152 |
|
|
4153 |
.components-accessible-toolbar .components-toolbar-group > .components-button:first-of-type:last-of-type.has-icon,
|
|
4154 |
.components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon,
|
|
4155 |
.components-toolbar div:first-child:last-child > .components-button.has-icon {
|
|
4156 |
min-width: 48px;
|
|
4157 |
padding-left: 12px;
|
|
4158 |
padding-right: 12px; }
|
|
4159 |
.components-accessible-toolbar .components-toolbar-group > .components-button:first-of-type:last-of-type.has-icon::before,
|
|
4160 |
.components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon::before,
|
|
4161 |
.components-toolbar div:first-child:last-child > .components-button.has-icon::before {
|
|
4162 |
left: 8px;
|
|
4163 |
right: 8px; }
|
9
|
4164 |
|
|
4165 |
.components-tooltip.components-popover {
|
|
4166 |
z-index: 1000002; }
|
16
|
4167 |
.components-tooltip.components-popover .components-popover__content {
|
|
4168 |
min-width: 0; }
|
9
|
4169 |
|
|
4170 |
.components-tooltip .components-popover__content {
|
16
|
4171 |
background: #1e1e1e;
|
|
4172 |
border-radius: 2px;
|
9
|
4173 |
border-width: 0;
|
|
4174 |
color: #fff;
|
|
4175 |
white-space: nowrap;
|
16
|
4176 |
text-align: center;
|
|
4177 |
line-height: 1.4;
|
|
4178 |
font-size: 12px;
|
|
4179 |
box-shadow: none; }
|
|
4180 |
.components-tooltip .components-popover__content > div {
|
|
4181 |
padding: 4px 8px; }
|
9
|
4182 |
|
|
4183 |
.components-tooltip__shortcut {
|
16
|
4184 |
display: inline-block;
|
|
4185 |
margin-left: 8px; }
|
|
4186 |
|
|
4187 |
.components-visually-hidden {
|
|
4188 |
border: 0;
|
|
4189 |
clip: rect(1px, 1px, 1px, 1px);
|
|
4190 |
-webkit-clip-path: inset(50%);
|
|
4191 |
clip-path: inset(50%);
|
|
4192 |
height: 1px;
|
|
4193 |
margin: -1px;
|
|
4194 |
overflow: hidden;
|
|
4195 |
padding: 0;
|
|
4196 |
position: absolute;
|
|
4197 |
width: 1px;
|
|
4198 |
word-wrap: normal !important; }
|
|
4199 |
|
|
4200 |
.components-visually-hidden:focus {
|
|
4201 |
background-color: #ddd;
|
|
4202 |
clip: auto !important;
|
|
4203 |
-webkit-clip-path: none;
|
|
4204 |
clip-path: none;
|
|
4205 |
color: #444;
|
9
|
4206 |
display: block;
|
16
|
4207 |
font-size: 1em;
|
|
4208 |
height: auto;
|
|
4209 |
left: 5px;
|
|
4210 |
line-height: normal;
|
|
4211 |
padding: 15px 23px 14px;
|
|
4212 |
text-decoration: none;
|
|
4213 |
top: 5px;
|
|
4214 |
width: auto;
|
|
4215 |
z-index: 100000; }
|