wp/wp-includes/blocks/media-text/editor-rtl.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    39 /**
    39 /**
    40  * React Native specific.
    40  * React Native specific.
    41  * These variables do not appear to be used anywhere else.
    41  * These variables do not appear to be used anywhere else.
    42  */
    42  */
    43 /**
    43 /**
       
    44 *  Converts a hex value into the rgb equivalent.
       
    45 *
       
    46 * @param {string} hex - the hexadecimal value to convert
       
    47 * @return {string} comma separated rgb values
       
    48 */
       
    49 /**
    44  * Breakpoint mixins
    50  * Breakpoint mixins
    45  */
    51  */
    46 /**
    52 /**
    47  * Long content fade mixin
    53  * Long content fade mixin
    48  *
    54  *
    66  * This is a WP-admin agnostic reset
    72  * This is a WP-admin agnostic reset
    67  */
    73  */
    68 /**
    74 /**
    69  * Reset the WP Admin page styles for Gutenberg-like pages.
    75  * Reset the WP Admin page styles for Gutenberg-like pages.
    70  */
    76  */
       
    77 .wp-block-media-text__media {
       
    78   position: relative;
       
    79 }
       
    80 .wp-block-media-text__media.is-transient img {
       
    81   opacity: 0.3;
       
    82 }
       
    83 .wp-block-media-text__media .components-spinner {
       
    84   position: absolute;
       
    85   top: 50%;
       
    86   right: 50%;
       
    87   margin-top: -9px;
       
    88   margin-right: -9px;
       
    89 }
       
    90 
    71 .wp-block-media-text .__resizable_base__ {
    91 .wp-block-media-text .__resizable_base__ {
    72   grid-column: 1/span 2;
    92   grid-column: 1/span 2;
    73   grid-row: 2;
    93   grid-row: 2;
    74 }
    94 }
    75 
    95