15 :root{ |
15 :root{ |
16 --wp-admin-border-width-focus:1.5px; |
16 --wp-admin-border-width-focus:1.5px; |
17 } |
17 } |
18 } |
18 } |
19 |
19 |
20 .components-panel__header.interface-complementary-area-header__small{ |
|
21 background:#fff; |
|
22 padding-left:4px; |
|
23 } |
|
24 .components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title{ |
|
25 margin:0; |
|
26 overflow:hidden; |
|
27 text-overflow:ellipsis; |
|
28 white-space:nowrap; |
|
29 width:100%; |
|
30 } |
|
31 @media (min-width:782px){ |
|
32 .components-panel__header.interface-complementary-area-header__small{ |
|
33 display:none; |
|
34 } |
|
35 } |
|
36 |
|
37 .interface-complementary-area-header{ |
20 .interface-complementary-area-header{ |
38 background:#fff; |
21 background:#fff; |
39 gap:8px; |
22 gap:4px; |
40 padding-left:12px; |
23 padding-left:8px; |
41 } |
24 } |
42 .interface-complementary-area-header .interface-complementary-area-header__title{ |
25 .interface-complementary-area-header .interface-complementary-area-header__title{ |
43 margin:0; |
26 margin:0 0 0 auto; |
44 } |
|
45 .interface-complementary-area-header .components-button.has-icon{ |
|
46 display:none; |
|
47 margin-right:auto; |
|
48 } |
|
49 .interface-complementary-area-header .components-button.has-icon~.components-button{ |
|
50 margin-right:0; |
|
51 } |
|
52 @media (min-width:782px){ |
|
53 .interface-complementary-area-header .components-button.has-icon{ |
|
54 display:flex; |
|
55 } |
|
56 } |
27 } |
57 |
28 |
58 .interface-complementary-area{ |
29 .interface-complementary-area{ |
59 background:#fff; |
30 background:#fff; |
60 color:#1e1e1e; |
31 color:#1e1e1e; |
256 border-top:1px solid #e0e0e0; |
222 border-top:1px solid #e0e0e0; |
257 overflow:hidden; |
223 overflow:hidden; |
258 } |
224 } |
259 @media (min-width:782px){ |
225 @media (min-width:782px){ |
260 .interface-interface-skeleton__sidebar{ |
226 .interface-interface-skeleton__sidebar{ |
261 box-shadow:1px 1px 0 0 rgba(0,0,0,.133); |
227 box-shadow:1px 0 0 0 rgba(0,0,0,.133); |
262 outline:1px solid #0000; |
228 outline:1px solid #0000; |
263 } |
229 } |
264 } |
230 } |
265 |
231 |
266 .interface-interface-skeleton__secondary-sidebar{ |
232 .interface-interface-skeleton__secondary-sidebar{ |
267 border-top:1px solid #e0e0e0; |
233 border-top:1px solid #e0e0e0; |
268 left:0; |
234 left:0; |
269 } |
235 } |
270 @media (min-width:782px){ |
236 @media (min-width:782px){ |
271 .interface-interface-skeleton__secondary-sidebar{ |
237 .interface-interface-skeleton__secondary-sidebar{ |
272 box-shadow:-1px 1px 0 0 rgba(0,0,0,.133); |
238 box-shadow:-1px 0 0 0 rgba(0,0,0,.133); |
273 outline:1px solid #0000; |
239 outline:1px solid #0000; |
274 } |
240 } |
275 } |
241 } |
276 |
242 |
277 .interface-interface-skeleton__header{ |
243 .interface-interface-skeleton__header{ |
399 } |
365 } |
400 .editor-autocompleters__user:hover .editor-autocompleters__user-slug{ |
366 .editor-autocompleters__user:hover .editor-autocompleters__user-slug{ |
401 color:var(--wp-admin-theme-color); |
367 color:var(--wp-admin-theme-color); |
402 } |
368 } |
403 |
369 |
404 .editor-block-manager__no-results{ |
370 .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){ |
|
371 box-shadow:none; |
|
372 } |
|
373 .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{ |
|
374 display:none; |
|
375 } |
|
376 |
|
377 .editor-collab-sidebar{ |
|
378 height:100%; |
|
379 } |
|
380 |
|
381 .editor-collab-sidebar-panel{ |
|
382 height:100%; |
|
383 padding:16px; |
|
384 } |
|
385 .editor-collab-sidebar-panel__thread{ |
|
386 background-color:#f0f0f0; |
|
387 border:1.5px solid #ddd; |
|
388 border-radius:8px; |
|
389 margin-bottom:16px; |
|
390 padding:16px; |
|
391 position:relative; |
|
392 } |
|
393 .editor-collab-sidebar-panel__active-thread{ |
|
394 border:1.5px solid #3858e9; |
|
395 } |
|
396 .editor-collab-sidebar-panel__focus-thread{ |
|
397 background-color:#fff; |
|
398 border:1.5px solid #3858e9; |
|
399 box-shadow:0 5.5px 7.8px -.3px rgba(0,0,0,.102); |
|
400 } |
|
401 .editor-collab-sidebar-panel__comment-field{ |
|
402 flex:1; |
|
403 } |
|
404 .editor-collab-sidebar-panel__child-thread{ |
|
405 margin-top:15px; |
|
406 } |
|
407 .editor-collab-sidebar-panel__user-name{ |
|
408 text-transform:capitalize; |
|
409 } |
|
410 .editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{ |
|
411 color:#757575; |
|
412 font-size:12px; |
|
413 font-weight:400; |
|
414 line-height:16px; |
|
415 text-align:right; |
|
416 } |
|
417 .editor-collab-sidebar-panel__user-comment{ |
|
418 color:#1e1e1e; |
|
419 font-size:13px; |
|
420 font-weight:400; |
|
421 line-height:20px; |
|
422 text-align:right; |
|
423 } |
|
424 .editor-collab-sidebar-panel__user-comment p{ |
|
425 margin-bottom:0; |
|
426 } |
|
427 .editor-collab-sidebar-panel__user-avatar{ |
|
428 border-radius:50%; |
|
429 flex-shrink:0; |
|
430 } |
|
431 .editor-collab-sidebar-panel__thread-overlay{ |
|
432 background-color:#000000b3; |
|
433 border-radius:8px; |
|
434 color:#fff; |
|
435 height:100%; |
|
436 padding:15px; |
|
437 position:absolute; |
|
438 right:0; |
|
439 text-align:center; |
|
440 top:0; |
|
441 width:100%; |
|
442 z-index:1; |
|
443 } |
|
444 .editor-collab-sidebar-panel__thread-overlay p{ |
|
445 margin-bottom:15px; |
|
446 } |
|
447 .editor-collab-sidebar-panel__thread-overlay button{ |
|
448 color:#fff; |
|
449 padding:4px 10px; |
|
450 } |
|
451 .editor-collab-sidebar-panel__comment-status{ |
|
452 margin-right:auto; |
|
453 } |
|
454 .editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){ |
|
455 flex-shrink:0; |
|
456 height:24px; |
|
457 min-width:24px; |
|
458 padding:0; |
|
459 width:24px; |
|
460 } |
|
461 .editor-collab-sidebar-panel__comment-dropdown-menu{ |
|
462 flex-shrink:0; |
|
463 } |
|
464 .editor-collab-sidebar-panel__comment-dropdown-menu button.has-icon{ |
|
465 height:24px; |
|
466 min-width:24px; |
|
467 padding:0; |
|
468 width:24px; |
|
469 } |
|
470 .editor-collab-sidebar-panel__show-more-reply{ |
405 font-style:italic; |
471 font-style:italic; |
406 padding:24px 0; |
472 font-weight:500; |
407 text-align:center; |
473 padding:0; |
408 } |
|
409 |
|
410 .editor-block-manager__search{ |
|
411 margin:16px 0; |
|
412 } |
|
413 |
|
414 .editor-block-manager__disabled-blocks-count{ |
|
415 background-color:#fff; |
|
416 border:1px solid #ddd; |
|
417 border-width:1px 0; |
|
418 box-shadow:32px 0 0 0 #fff,-32px 0 0 0 #fff; |
|
419 padding:8px; |
|
420 position:sticky; |
|
421 text-align:center; |
|
422 top:-5px; |
|
423 z-index:2; |
|
424 } |
|
425 .editor-block-manager__disabled-blocks-count~.editor-block-manager__results .editor-block-manager__category-title{ |
|
426 top:31px; |
|
427 } |
|
428 .editor-block-manager__disabled-blocks-count .is-link{ |
|
429 margin-right:12px; |
|
430 } |
|
431 |
|
432 .editor-block-manager__category{ |
|
433 margin:0 0 24px; |
|
434 } |
|
435 |
|
436 .editor-block-manager__category-title{ |
|
437 background-color:#fff; |
|
438 padding:16px 0; |
|
439 position:sticky; |
|
440 top:-4px; |
|
441 z-index:1; |
|
442 } |
|
443 .editor-block-manager__category-title .components-checkbox-control__label{ |
|
444 font-weight:600; |
|
445 } |
|
446 |
|
447 .editor-block-manager__checklist{ |
|
448 margin-top:0; |
|
449 } |
|
450 |
|
451 .editor-block-manager__category-title,.editor-block-manager__checklist-item{ |
|
452 border-bottom:1px solid #ddd; |
|
453 } |
|
454 |
|
455 .editor-block-manager__checklist-item{ |
|
456 align-items:center; |
|
457 display:flex; |
|
458 justify-content:space-between; |
|
459 margin-bottom:0; |
|
460 padding:8px 16px 8px 0; |
|
461 } |
|
462 .components-modal__content .editor-block-manager__checklist-item.components-checkbox-control__input-container{ |
|
463 margin:0 8px; |
|
464 } |
|
465 .editor-block-manager__checklist-item .block-editor-block-icon{ |
|
466 margin-left:10px; |
|
467 fill:#1e1e1e; |
|
468 } |
|
469 |
|
470 .editor-block-manager__results{ |
|
471 border-top:1px solid #ddd; |
|
472 } |
|
473 |
|
474 .editor-block-manager__disabled-blocks-count+.editor-block-manager__results{ |
|
475 border-top-width:0; |
|
476 } |
474 } |
477 |
475 |
478 .editor-collapsible-block-toolbar{ |
476 .editor-collapsible-block-toolbar{ |
479 align-items:center; |
477 align-items:center; |
480 display:flex; |
478 display:flex; |
529 } |
527 } |
530 .editor-collapsible-block-toolbar.is-collapsed{ |
528 .editor-collapsible-block-toolbar.is-collapsed{ |
531 display:none; |
529 display:none; |
532 } |
530 } |
533 |
531 |
534 .editor-collapsible-block-toolbar__toggle{ |
|
535 margin-right:2px; |
|
536 } |
|
537 |
|
538 .editor-create-template-part-modal{ |
|
539 z-index:1000001; |
|
540 } |
|
541 @media (min-width:600px){ |
|
542 .editor-create-template-part-modal .components-modal__frame{ |
|
543 max-width:500px; |
|
544 } |
|
545 } |
|
546 |
|
547 .editor-create-template-part-modal__area-radio-group{ |
|
548 border:1px solid #757575; |
|
549 border-radius:2px; |
|
550 width:100%; |
|
551 } |
|
552 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio{ |
|
553 display:block; |
|
554 height:100%; |
|
555 padding:12px; |
|
556 text-align:right; |
|
557 width:100%; |
|
558 } |
|
559 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover{ |
|
560 background-color:inherit; |
|
561 border-bottom:1px solid #757575; |
|
562 border-radius:0; |
|
563 margin:0; |
|
564 } |
|
565 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:not(:focus),.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:not(:focus),.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:focus){ |
|
566 box-shadow:none; |
|
567 } |
|
568 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:focus,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:focus,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:focus{ |
|
569 border-bottom:1px solid #fff; |
|
570 } |
|
571 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:last-of-type,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:last-of-type,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:last-of-type{ |
|
572 border-bottom:none; |
|
573 } |
|
574 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:hover),.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio[aria-checked=true]{ |
|
575 color:#1e1e1e; |
|
576 cursor:auto; |
|
577 } |
|
578 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:hover) .editor-create-template-part-modal__option-label div,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio[aria-checked=true] .editor-create-template-part-modal__option-label div{ |
|
579 color:#949494; |
|
580 } |
|
581 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label{ |
|
582 padding-top:4px; |
|
583 white-space:normal; |
|
584 } |
|
585 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label div{ |
|
586 font-size:12px; |
|
587 padding-top:4px; |
|
588 } |
|
589 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__checkbox{ |
|
590 margin-right:auto; |
|
591 min-width:24px; |
|
592 } |
|
593 |
|
594 .editor-content-only-settings-menu__description{ |
532 .editor-content-only-settings-menu__description{ |
595 min-width:235px; |
533 min-width:235px; |
596 padding:8px; |
534 padding:8px; |
597 } |
535 } |
598 |
536 |
607 border-radius:4px; |
545 border-radius:4px; |
608 display:flex; |
546 display:flex; |
609 height:32px; |
547 height:32px; |
610 justify-content:space-between; |
548 justify-content:space-between; |
611 min-width:0; |
549 min-width:0; |
612 width:min(100%, 416px); |
550 width:min(100%, 450px); |
613 } |
551 } |
614 .editor-document-bar:hover{ |
552 .editor-document-bar:hover{ |
615 background-color:#e0e0e0; |
553 background-color:#e0e0e0; |
616 } |
554 } |
617 .editor-document-bar .components-button{ |
555 .editor-document-bar .components-button{ |
618 border-radius:4px; |
556 border-radius:4px; |
619 transition:all .1s ease-out; |
557 } |
620 } |
558 @media not (prefers-reduced-motion){ |
621 @media (prefers-reduced-motion:reduce){ |
|
622 .editor-document-bar .components-button{ |
559 .editor-document-bar .components-button{ |
623 transition-delay:0s; |
560 transition:all .1s ease-out; |
624 transition-duration:0s; |
|
625 } |
561 } |
626 } |
562 } |
627 .editor-document-bar .components-button:hover{ |
563 .editor-document-bar .components-button:hover{ |
628 background:#e0e0e0; |
564 background:#e0e0e0; |
629 } |
565 } |
630 @media (min-width:960px){ |
566 @media screen and (min-width:782px) and (max-width:960px){ |
631 .editor-document-bar{ |
567 .editor-document-bar.has-back-button .editor-document-bar__post-type-label{ |
632 width:min(100%, 450px); |
568 display:none; |
633 } |
569 } |
634 } |
570 } |
635 |
571 |
636 .editor-document-bar__command{ |
572 .editor-document-bar__command{ |
637 color:var(--wp-block-synced-color); |
573 color:var(--wp-block-synced-color); |
638 flex-grow:1; |
574 flex-grow:1; |
639 overflow:hidden; |
575 overflow:hidden; |
640 } |
576 } |
641 |
577 |
642 .editor-document-bar__title{ |
578 .editor-document-bar__title{ |
643 align-items:center; |
|
644 color:#1e1e1e; |
579 color:#1e1e1e; |
645 display:flex; |
580 margin:0 auto; |
646 flex-grow:1; |
581 max-width:70%; |
647 gap:4px; |
|
648 justify-content:center; |
|
649 overflow:hidden; |
582 overflow:hidden; |
650 } |
583 } |
651 @media (min-width:782px){ |
584 @media (min-width:782px){ |
652 .editor-document-bar__title{ |
585 .editor-document-bar__title{ |
653 padding-right:24px; |
586 padding-right:24px; |
654 } |
587 } |
655 } |
588 } |
656 .editor-document-bar.is-global .editor-document-bar__title{ |
|
657 color:var(--wp-block-synced-color); |
|
658 } |
|
659 .editor-document-bar__title .block-editor-block-icon{ |
|
660 flex-shrink:0; |
|
661 min-width:24px; |
|
662 } |
|
663 .editor-document-bar__title h1{ |
589 .editor-document-bar__title h1{ |
|
590 align-items:center; |
|
591 display:flex; |
|
592 font-weight:400; |
|
593 justify-content:center; |
|
594 overflow:hidden; |
|
595 white-space:nowrap; |
|
596 } |
|
597 |
|
598 .editor-document-bar__post-title{ |
664 color:currentColor; |
599 color:currentColor; |
665 max-width:70%; |
600 flex:1; |
666 overflow:hidden; |
601 overflow:hidden; |
667 text-overflow:ellipsis; |
602 text-overflow:ellipsis; |
668 white-space:nowrap; |
603 } |
|
604 |
|
605 .editor-document-bar__post-type-label{ |
|
606 color:#2f2f2f; |
|
607 flex:0; |
|
608 padding-right:4px; |
|
609 } |
|
610 @media screen and (max-width:600px){ |
|
611 .editor-document-bar__post-type-label{ |
|
612 display:none; |
|
613 } |
669 } |
614 } |
670 |
615 |
671 .editor-document-bar__shortcut{ |
616 .editor-document-bar__shortcut{ |
672 color:#2f2f2f; |
617 color:#2f2f2f; |
673 display:none; |
618 display:none; |
788 } |
749 } |
789 } |
750 } |
790 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{ |
751 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{ |
791 display:inline-flex; |
752 display:inline-flex; |
792 } |
753 } |
793 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{ |
754 @media not (prefers-reduced-motion){ |
794 transition:transform .2s cubic-bezier(.165, .84, .44, 1); |
|
795 } |
|
796 @media (prefers-reduced-motion:reduce){ |
|
797 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{ |
755 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{ |
798 transition-delay:0s; |
756 transition:transform .2s cubic-bezier(.165, .84, .44, 1); |
799 transition-duration:0s; |
|
800 } |
757 } |
801 } |
758 } |
802 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{ |
759 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{ |
803 transform:rotate(-45deg); |
760 transform:rotate(-45deg); |
804 } |
761 } |
882 .entities-saved-states__panel-header{ |
833 .entities-saved-states__panel-header{ |
883 background:#fff; |
834 background:#fff; |
884 border-bottom:1px solid #ddd; |
835 border-bottom:1px solid #ddd; |
885 box-sizing:border-box; |
836 box-sizing:border-box; |
886 height:60px; |
837 height:60px; |
887 padding-left:8px; |
838 padding-left:16px; |
888 padding-right:8px; |
839 padding-right:16px; |
889 } |
840 } |
890 |
841 |
891 .entities-saved-states__text-prompt{ |
842 .entities-saved-states__text-prompt{ |
892 padding:16px 16px 4px; |
843 padding:16px 16px 4px; |
893 } |
844 } |
894 .entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{ |
845 .entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{ |
895 display:block; |
846 display:block; |
896 margin-bottom:12px; |
847 margin-bottom:12px; |
897 } |
848 } |
898 |
849 |
899 .entities-saved-states__description-heading{ |
850 .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{ |
|
851 padding:0; |
|
852 } |
|
853 .entities-saved-states__panel.is-inline .entities-saved-states__panel-body{ |
|
854 border:0; |
|
855 padding-left:0; |
|
856 padding-right:0; |
|
857 } |
|
858 .entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{ |
|
859 margin-bottom:0; |
|
860 margin-left:-16px; |
|
861 margin-right:-16px; |
|
862 } |
|
863 .entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{ |
|
864 font-size:11px; |
|
865 text-transform:uppercase; |
|
866 } |
|
867 .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{ |
|
868 display:none; |
|
869 } |
|
870 .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{ |
|
871 margin-bottom:8px; |
|
872 margin-top:0; |
|
873 } |
|
874 .entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{ |
|
875 margin-top:16px; |
|
876 } |
|
877 |
|
878 .entities-saved-states__change-control{ |
|
879 flex:1; |
|
880 } |
|
881 |
|
882 .entities-saved-states__changes{ |
900 font-size:13px; |
883 font-size:13px; |
901 } |
|
902 |
|
903 .entities-saved-states__changes{ |
|
904 color:#757575; |
|
905 font-size:12px; |
|
906 list-style:disc; |
884 list-style:disc; |
907 margin:8px 16px 0; |
885 margin:4px 24px 0 16px; |
908 } |
886 } |
909 .entities-saved-states__changes li{ |
887 .entities-saved-states__changes li{ |
910 margin-bottom:4px; |
888 margin-bottom:4px; |
911 } |
889 } |
912 |
890 |
913 .editor-error-boundary{ |
891 .editor-error-boundary{ |
914 box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,-.1px 11.5px 16.4px -.5px #00000026; |
892 background-color:#fff; |
|
893 border:1px solid #1e1e1e; |
|
894 border-radius:2px; |
|
895 box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005; |
|
896 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; |
915 margin:60px auto auto; |
897 margin:60px auto auto; |
916 max-width:780px; |
898 max-width:780px; |
917 padding:20px; |
899 padding:1em; |
918 } |
900 } |
919 |
901 |
920 .editor-header{ |
902 .editor-header{ |
921 align-items:center; |
903 align-items:center; |
922 background:#fff; |
904 background:#fff; |
923 display:flex; |
905 display:grid; |
924 flex-wrap:wrap; |
906 grid-auto-flow:row; |
|
907 grid-template:auto/60px minmax(0, max-content) minmax(min-content, 1fr) 60px; |
925 height:60px; |
908 height:60px; |
926 justify-content:space-between; |
909 justify-content:space-between; |
927 max-width:100vw; |
910 max-width:100vw; |
928 } |
911 } |
|
912 .editor-header:has(>.editor-header__center){ |
|
913 grid-template:auto/60px min-content 1fr min-content 60px; |
|
914 } |
|
915 @media (min-width:782px){ |
|
916 .editor-header:has(>.editor-header__center){ |
|
917 grid-template:auto/60px minmax(min-content, 2fr) 2.5fr minmax(min-content, 2fr) 60px; |
|
918 } |
|
919 } |
|
920 @media (min-width:480px){ |
|
921 .editor-header{ |
|
922 gap:16px; |
|
923 } |
|
924 } |
929 @media (min-width:280px){ |
925 @media (min-width:280px){ |
930 .editor-header{ |
926 .editor-header{ |
931 flex-wrap:nowrap; |
927 flex-wrap:nowrap; |
932 } |
928 } |
933 } |
929 } |
934 |
930 |
935 .editor-header__toolbar{ |
931 .editor-header__toolbar{ |
936 align-items:center; |
932 align-items:center; |
937 display:flex; |
933 clip-path:inset(-2px); |
938 flex-grow:3; |
934 display:flex; |
939 flex-shrink:8; |
935 grid-column:1 / 3; |
940 overflow:hidden; |
936 min-width:0; |
941 padding:2px 0; |
937 } |
942 } |
938 .editor-header__toolbar>:first-child{ |
943 @media (min-width:782px){ |
939 margin-inline:16px 0; |
|
940 } |
|
941 .editor-header__back-button+.editor-header__toolbar{ |
|
942 grid-column:2 / 3; |
|
943 } |
|
944 @media (min-width:480px){ |
|
945 .editor-header__back-button+.editor-header__toolbar>:first-child{ |
|
946 margin-inline:0; |
|
947 } |
944 .editor-header__toolbar{ |
948 .editor-header__toolbar{ |
945 padding-left:var(--wp-admin-border-width-focus); |
949 clip-path:none; |
946 } |
950 } |
947 } |
951 } |
948 .editor-header__toolbar .table-of-contents{ |
952 .editor-header__toolbar .table-of-contents{ |
949 display:none; |
953 display:none; |
950 } |
954 } |
951 @media (min-width:600px){ |
955 @media (min-width:600px){ |
952 .editor-header__toolbar .table-of-contents{ |
956 .editor-header__toolbar .table-of-contents{ |
953 display:block; |
957 display:block; |
954 } |
958 } |
955 } |
959 } |
|
960 .editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{ |
|
961 margin-inline:8px 0; |
|
962 } |
956 |
963 |
957 .editor-header__center{ |
964 .editor-header__center{ |
958 display:flex; |
965 align-items:center; |
959 flex-grow:1; |
966 clip-path:inset(-2px); |
|
967 display:flex; |
|
968 grid-column:3 / 4; |
960 justify-content:center; |
969 justify-content:center; |
961 min-width:0; |
970 min-width:0; |
962 } |
971 } |
963 .editor-header__center.is-collapsed{ |
972 @media (max-width:479px){ |
964 display:none; |
973 .editor-header__center>:first-child{ |
|
974 margin-inline-start:8px; |
|
975 } |
|
976 .editor-header__center>:last-child{ |
|
977 margin-inline-end:8px; |
|
978 } |
965 } |
979 } |
966 .editor-header__settings{ |
980 .editor-header__settings{ |
967 align-items:center; |
981 align-items:center; |
968 display:inline-flex; |
982 display:inline-flex; |
969 flex-wrap:nowrap; |
983 flex-wrap:nowrap; |
970 gap:8px; |
984 gap:8px; |
|
985 grid-column:3 / -1; |
|
986 justify-self:end; |
971 padding-left:4px; |
987 padding-left:4px; |
|
988 } |
|
989 .editor-header:has(>.editor-header__center) .editor-header__settings{ |
|
990 grid-column:4 / -1; |
972 } |
991 } |
973 @media (min-width:600px){ |
992 @media (min-width:600px){ |
974 .editor-header__settings{ |
993 .editor-header__settings{ |
975 padding-left:8px; |
994 padding-left:8px; |
976 } |
995 } |
981 .show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{ |
1000 .show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{ |
982 display:none; |
1001 display:none; |
983 } |
1002 } |
984 .show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{ |
1003 .show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{ |
985 content:attr(aria-label); |
1004 content:attr(aria-label); |
|
1005 white-space:nowrap; |
986 } |
1006 } |
987 .show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{ |
1007 .show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{ |
988 background-color:initial; |
1008 background-color:initial; |
989 } |
1009 } |
990 .show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{ |
1010 .show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{ |
1052 } |
1072 } |
1053 .show-icon-labels.interface-pinned-items>.components-button.has-icon svg{ |
1073 .show-icon-labels.interface-pinned-items>.components-button.has-icon svg{ |
1054 margin-left:8px; |
1074 margin-left:8px; |
1055 } |
1075 } |
1056 |
1076 |
1057 @media (min-width:600px){ |
1077 @media (min-width:480px){ |
1058 .editor-header__post-preview-button{ |
1078 .editor-header__post-preview-button{ |
1059 display:none; |
1079 display:none; |
1060 } |
1080 } |
1061 } |
1081 } |
1062 |
1082 |
1063 .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{ |
1083 .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{ |
1064 border-bottom:none; |
1084 border-bottom:none; |
1065 } |
1085 } |
1066 .editor-editor-interface.is-distraction-free .editor-header{ |
1086 .editor-editor-interface.is-distraction-free .editor-header{ |
1067 background-color:#fff; |
1087 background-color:#fff; |
1068 border-bottom:1px solid #e0e0e0; |
|
1069 position:absolute; |
|
1070 width:100%; |
1088 width:100%; |
|
1089 } |
|
1090 @media (min-width:782px){ |
|
1091 .editor-editor-interface.is-distraction-free .editor-header{ |
|
1092 box-shadow:0 1px 0 0 rgba(0,0,0,.133); |
|
1093 position:absolute; |
|
1094 } |
1071 } |
1095 } |
1072 .editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{ |
1096 .editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{ |
1073 visibility:hidden; |
1097 visibility:hidden; |
1074 } |
1098 } |
1075 .editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{ |
1099 .editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-zoom-out-toggle,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{ |
1076 display:none; |
1100 display:none; |
1077 } |
1101 } |
1078 .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{ |
1102 .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{ |
1079 opacity:1 !important; |
1103 opacity:1 !important; |
1080 } |
1104 } |
1156 .editor-keyboard-shortcut-help-modal__shortcut-key:last-child{ |
1174 .editor-keyboard-shortcut-help-modal__shortcut-key:last-child{ |
1157 margin:0 .2rem 0 0; |
1175 margin:0 .2rem 0 0; |
1158 } |
1176 } |
1159 |
1177 |
1160 .editor-list-view-sidebar{ |
1178 .editor-list-view-sidebar{ |
1161 display:flex; |
|
1162 flex-direction:column; |
|
1163 height:100%; |
1179 height:100%; |
1164 } |
1180 } |
1165 @media (min-width:782px){ |
1181 @media (min-width:782px){ |
1166 .editor-list-view-sidebar{ |
1182 .editor-list-view-sidebar{ |
1167 width:350px; |
1183 width:350px; |
1168 } |
1184 } |
1169 } |
|
1170 .editor-list-view-sidebar .editor-list-view-sidebar__header{ |
|
1171 border-bottom:1px solid #ddd; |
|
1172 display:flex; |
|
1173 } |
|
1174 .editor-list-view-sidebar .editor-list-view-sidebar__close-button{ |
|
1175 align-self:center; |
|
1176 background:#fff; |
|
1177 margin-left:12px; |
|
1178 order:1; |
|
1179 } |
|
1180 |
|
1181 .editor-list-view-sidebar__tabs-tablist{ |
|
1182 box-sizing:border-box; |
|
1183 flex-grow:1; |
|
1184 } |
|
1185 |
|
1186 .editor-list-view-sidebar__tabs-tab{ |
|
1187 margin-bottom:-1px; |
|
1188 width:50%; |
|
1189 } |
|
1190 |
|
1191 .editor-list-view-sidebar__tabs-tabpanel{ |
|
1192 height:calc(100% - 47px); |
|
1193 } |
1185 } |
1194 |
1186 |
1195 .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ |
1187 .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{ |
1196 height:100%; |
1188 height:100%; |
1197 overflow:auto; |
1189 overflow:auto; |
1311 justify-content:space-between; |
1306 justify-content:space-between; |
1312 } |
1307 } |
1313 .editor-post-card-panel.has-description .editor-post-card-panel__header{ |
1308 .editor-post-card-panel.has-description .editor-post-card-panel__header{ |
1314 margin-bottom:8px; |
1309 margin-bottom:8px; |
1315 } |
1310 } |
1316 |
1311 .editor-post-card-panel .editor-post-card-panel__title-name{ |
1317 .editor-post-card-panel__icon.is-sync{ |
1312 padding:2px 0; |
1318 fill:var(--wp-block-synced-color); |
1313 } |
1319 } |
1314 |
1320 |
1315 .editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{ |
1321 .editor-post-card-panel__title-badge{ |
|
1322 background:#f0f0f0; |
|
1323 border-radius:2px; |
|
1324 color:#757575; |
|
1325 display:inline-block; |
|
1326 flex-shrink:0; |
|
1327 font-size:12px; |
|
1328 font-weight:400; |
|
1329 line-height:20px; |
|
1330 padding:0 4px; |
|
1331 } |
|
1332 |
|
1333 .editor-post-content-information{ |
|
1334 color:#757575; |
1316 color:#757575; |
1335 } |
1317 } |
1336 .editor-post-content-information .components-text{ |
1318 .editor-post-content-information .components-text{ |
1337 color:inherit; |
1319 color:inherit; |
1338 } |
1320 } |
1339 |
1321 |
1340 .editor-post-discussion__panel-dialog .editor-post-discussion{ |
1322 .editor-post-discussion__panel-dialog .editor-post-discussion{ |
1341 margin:8px; |
1323 margin:8px; |
1342 min-width:248px; |
1324 min-width:248px; |
1343 } |
|
1344 .editor-post-discussion__panel-dialog .editor-post-discussion .components-radio-control__option{ |
|
1345 align-items:flex-start; |
|
1346 } |
|
1347 .editor-post-discussion__panel-dialog .editor-post-discussion .components-radio-control__label .components-text{ |
|
1348 display:block; |
|
1349 margin-top:4px; |
|
1350 } |
1325 } |
1351 |
1326 |
1352 .editor-post-discussion__panel-toggle .components-text{ |
1327 .editor-post-discussion__panel-toggle .components-text{ |
1353 color:inherit; |
1328 color:inherit; |
1354 } |
1329 } |
1402 justify-content:center; |
1381 justify-content:center; |
1403 min-height:40px; |
1382 min-height:40px; |
1404 outline-offset:-1px; |
1383 outline-offset:-1px; |
1405 overflow:hidden; |
1384 overflow:hidden; |
1406 padding:0; |
1385 padding:0; |
1407 transition:all .1s ease-out; |
|
1408 width:100%; |
1386 width:100%; |
1409 } |
1387 } |
1410 @media (prefers-reduced-motion:reduce){ |
|
1411 .editor-post-featured-image__preview,.editor-post-featured-image__toggle{ |
|
1412 transition-delay:0s; |
|
1413 transition-duration:0s; |
|
1414 } |
|
1415 } |
|
1416 |
1388 |
1417 .editor-post-featured-image__preview{ |
1389 .editor-post-featured-image__preview{ |
1418 height:auto; |
1390 height:auto !important; |
1419 outline:1px solid #0000001a; |
1391 outline:1px solid #0000001a; |
1420 } |
1392 } |
1421 .editor-post-featured-image__preview .editor-post-featured-image__preview-image{ |
1393 .editor-post-featured-image__preview .editor-post-featured-image__preview-image{ |
1422 aspect-ratio:2/1; |
1394 aspect-ratio:2/1; |
1423 object-fit:cover; |
1395 object-fit:cover; |
1424 object-position:50% 50%; |
1396 object-position:50% 50%; |
1425 width:100%; |
1397 width:100%; |
1426 } |
1398 } |
1427 |
1399 |
1428 .editor-post-featured-image__toggle{ |
1400 .editor-post-featured-image__toggle{ |
1429 border-radius:2px; |
|
1430 box-shadow:inset 0 0 0 1px #ccc; |
1401 box-shadow:inset 0 0 0 1px #ccc; |
1431 height:100%; |
1402 } |
1432 line-height:20px; |
1403 .editor-post-featured-image__toggle:focus:not(:disabled){ |
1433 padding:8px 0; |
1404 box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); |
1434 text-align:center; |
1405 } |
1435 } |
1406 |
1436 |
1407 .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){ |
1437 .editor-post-featured-image__actions{ |
|
1438 bottom:0; |
1408 bottom:0; |
1439 opacity:0; |
1409 opacity:0; |
1440 padding:8px; |
1410 padding:8px; |
1441 position:absolute; |
1411 position:absolute; |
1442 transition:opacity 50ms ease-out; |
1412 } |
1443 } |
1413 @media not (prefers-reduced-motion){ |
1444 @media (prefers-reduced-motion:reduce){ |
1414 .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){ |
1445 .editor-post-featured-image__actions{ |
1415 transition:opacity 50ms ease-out; |
1446 transition-delay:0s; |
1416 } |
1447 transition-duration:0s; |
1417 } |
1448 } |
1418 .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{ |
1449 } |
|
1450 |
|
1451 .editor-post-featured-image__action{ |
|
1452 -webkit-backdrop-filter:blur(16px) saturate(180%); |
1419 -webkit-backdrop-filter:blur(16px) saturate(180%); |
1453 backdrop-filter:blur(16px) saturate(180%); |
1420 backdrop-filter:blur(16px) saturate(180%); |
1454 background:#ffffffbf; |
1421 background:#ffffffbf; |
|
1422 } |
|
1423 .editor-post-featured-image__actions .editor-post-featured-image__action{ |
1455 flex-grow:1; |
1424 flex-grow:1; |
1456 justify-content:center; |
1425 justify-content:center; |
1457 } |
1426 } |
1458 |
1427 |
1459 [class].editor-post-format__suggestion{ |
1428 [class].editor-post-format__suggestion{ |
1991 |
1941 |
1992 .editor-post-url__panel-dialog .editor-post-url{ |
1942 .editor-post-url__panel-dialog .editor-post-url{ |
1993 margin:8px; |
1943 margin:8px; |
1994 min-width:248px; |
1944 min-width:248px; |
1995 } |
1945 } |
1996 .editor-post-url__link{ |
1946 .editor-post-url__front-page-link,.editor-post-url__link{ |
1997 color:#757575; |
|
1998 direction:ltr; |
1947 direction:ltr; |
1999 margin-top:4px; |
|
2000 word-break:break-word; |
1948 word-break:break-word; |
2001 } |
1949 } |
|
1950 .editor-post-url__front-page-link{ |
|
1951 padding:6px 12px 6px 0; |
|
1952 } |
|
1953 |
2002 .editor-post-url__link-slug{ |
1954 .editor-post-url__link-slug{ |
2003 font-weight:600; |
1955 font-weight:600; |
2004 } |
1956 } |
2005 |
1957 |
2006 .editor-post-url__input input.components-input-control__input{ |
1958 .editor-post-url__input input.components-input-control__input{ |
2007 padding-inline-start:0 !important; |
1959 padding-inline-start:0 !important; |
2008 } |
1960 } |
2009 |
1961 |
2010 .editor-post-url__panel-toggle{ |
1962 .editor-post-url__panel-toggle{ |
2011 word-break:break-word; |
1963 word-break:break-word; |
|
1964 } |
|
1965 |
|
1966 .editor-post-url__intro{ |
|
1967 margin:0; |
|
1968 } |
|
1969 |
|
1970 .editor-post-url__permalink{ |
|
1971 margin-bottom:0; |
|
1972 margin-top:8px; |
|
1973 } |
|
1974 .editor-post-url__permalink-visual-label{ |
|
1975 display:block; |
2012 } |
1976 } |
2013 |
1977 |
2014 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{ |
1978 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{ |
2015 border:1px solid #1e1e1e; |
1979 border:1px solid #1e1e1e; |
2016 border-radius:2px; |
1980 border-radius:2px; |
2048 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-webkit-input-placeholder{ |
2011 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-webkit-input-placeholder{ |
2049 color:#1e1e1e9e; |
2012 color:#1e1e1e9e; |
2050 } |
2013 } |
2051 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-moz-placeholder{ |
2014 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-moz-placeholder{ |
2052 color:#1e1e1e9e; |
2015 color:#1e1e1e9e; |
2053 opacity:1; |
|
2054 } |
2016 } |
2055 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:-ms-input-placeholder{ |
2017 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:-ms-input-placeholder{ |
2056 color:#1e1e1e9e; |
2018 color:#1e1e1e9e; |
2057 } |
2019 } |
2058 @media (min-width:600px){ |
2020 @media (min-width:600px){ |
2059 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{ |
2021 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{ |
2060 height:20px; |
2022 height:16px; |
2061 max-width:20px; |
2023 max-width:16px; |
2062 min-width:20px; |
2024 min-width:16px; |
2063 width:20px; |
2025 width:16px; |
2064 } |
2026 } |
2065 } |
2027 } |
2066 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{ |
2028 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{ |
2067 background-color:#fff; |
2029 background-color:#fff; |
2068 border:4px solid #fff; |
2030 border:4px solid #fff; |
2069 box-sizing:inherit; |
2031 box-sizing:inherit; |
2070 height:8px; |
2032 height:12px; |
2071 margin:0; |
2033 margin:0; |
2072 transform:translate(-7px, 7px); |
2034 position:absolute; |
2073 width:8px; |
2035 right:50%; |
|
2036 top:50%; |
|
2037 transform:translate(50%, -50%); |
|
2038 width:12px; |
2074 } |
2039 } |
2075 @media (min-width:600px){ |
2040 @media (min-width:600px){ |
2076 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{ |
2041 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{ |
2077 transform:translate(-5px, 5px); |
2042 height:8px; |
|
2043 width:8px; |
2078 } |
2044 } |
2079 } |
2045 } |
2080 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus{ |
2046 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus{ |
2081 box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); |
2047 box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); |
2082 outline:2px solid #0000; |
2048 outline:2px solid #0000; |
2083 } |
2049 } |
2084 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked{ |
2050 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked{ |
2085 background:var(--wp-admin-theme-color); |
2051 background:var(--wp-admin-theme-color); |
2086 border-color:var(--wp-admin-theme-color); |
2052 border:none; |
2087 } |
2053 } |
2088 .editor-post-visibility__fieldset .editor-post-visibility__info{ |
2054 .editor-post-visibility__fieldset .editor-post-visibility__info{ |
2089 color:#757575; |
2055 color:#757575; |
2090 margin-right:36px; |
2056 margin-right:36px; |
2091 margin-top:.5em; |
2057 margin-top:.5em; |
2092 } |
2058 } |
2093 @media (min-width:600px){ |
2059 @media (min-width:600px){ |
2094 .editor-post-visibility__fieldset .editor-post-visibility__info{ |
2060 .editor-post-visibility__fieldset .editor-post-visibility__info{ |
2095 margin-right:32px; |
2061 margin-right:28px; |
2096 } |
2062 } |
2097 } |
2063 } |
2098 .editor-post-visibility__fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__info{ |
2064 .editor-post-visibility__fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__info{ |
2099 margin-bottom:0; |
2065 margin-bottom:0; |
2100 } |
2066 } |
2105 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; |
2071 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; |
2106 font-size:16px; |
2072 font-size:16px; |
2107 line-height:normal; |
2073 line-height:normal; |
2108 margin-right:32px; |
2074 margin-right:32px; |
2109 padding:6px 8px; |
2075 padding:6px 8px; |
2110 transition:box-shadow .1s linear; |
|
2111 width:calc(100% - 32px); |
2076 width:calc(100% - 32px); |
2112 } |
2077 } |
2113 @media (prefers-reduced-motion:reduce){ |
2078 @media not (prefers-reduced-motion){ |
2114 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{ |
2079 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{ |
2115 transition-delay:0s; |
2080 transition:box-shadow .1s linear; |
2116 transition-duration:0s; |
|
2117 } |
2081 } |
2118 } |
2082 } |
2119 @media (min-width:600px){ |
2083 @media (min-width:600px){ |
2120 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{ |
2084 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{ |
2121 font-size:13px; |
2085 font-size:13px; |