wp/wp-includes/blocks/cover/editor-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     1 .editor-styles-wrapper .wp-block-cover{
       
     2   box-sizing:border-box;
       
     3 }
       
     4 .wp-block-cover.is-placeholder{
     1 .wp-block-cover.is-placeholder{
     5   align-items:stretch;
     2   align-items:stretch;
     6   display:flex;
     3   display:flex;
     7   min-height:240px;
     4   min-height:240px;
     8   padding:0 !important;
     5   padding:0 !important;
    27   opacity:.3;
    24   opacity:.3;
    28   position:absolute;
    25   position:absolute;
    29   width:100%;
    26   width:100%;
    30   z-index:1;
    27   z-index:1;
    31 }
    28 }
       
    29 .wp-block-cover.is-transient .wp-block-cover__inner-container{
       
    30   z-index:2;
       
    31 }
    32 .wp-block-cover .components-spinner{
    32 .wp-block-cover .components-spinner{
    33   margin:0;
    33   margin:0;
    34   position:absolute;
    34   position:absolute;
    35   right:50%;
    35   right:50%;
    36   top:50%;
    36   top:50%;
    37   transform:translate(50%, -50%);
    37   transform:translate(50%, -50%);
    38   z-index:1;
       
    39 }
    38 }
    40 .wp-block-cover .wp-block-cover__inner-container{
    39 .wp-block-cover .wp-block-cover__inner-container{
    41   margin-left:0;
    40   margin-left:0;
    42   margin-right:0;
    41   margin-right:0;
    43   text-align:right;
    42   text-align:right;
    74 .components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .block-library-cover__resize-container,.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .components-popover__content>div{
    73 .components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .block-library-cover__resize-container,.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .components-popover__content>div{
    75   overflow:visible;
    74   overflow:visible;
    76   pointer-events:none;
    75   pointer-events:none;
    77 }
    76 }
    78 
    77 
    79 .wp-block-cover>.components-drop-zone .components-drop-zone__content{
       
    80   opacity:.8 !important;
       
    81 }
       
    82 
       
    83 .block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover{
    78 .block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover{
    84   background-attachment:scroll;
    79   background-attachment:scroll;
    85 }
    80 }
    86 
    81 
    87 .color-block-support-panel__inner-wrapper>:not(.block-editor-tools-panel-color-gradient-settings__item){
    82 .color-block-support-panel__inner-wrapper>:not(.block-editor-tools-panel-color-gradient-settings__item){