wp/wp-includes/blocks/buttons/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  */
    71 .wp-block > .wp-block-buttons {
       
    72   display: flex;
       
    73   flex-wrap: wrap;
       
    74 }
       
    75 
       
    76 .wp-block-buttons {
    77 .wp-block-buttons {
    77   /* stylelint-disable indentation */
    78   /* stylelint-disable indentation */
    78 }
    79 }
    79 .wp-block-buttons > .wp-block {
    80 .wp-block-buttons > .wp-block {
    80   margin-right: 0;
    81   margin: 0;
    81   margin-top: 0.5em;
    82 }
    82   margin-left: 0.5em;
    83 .wp-block-buttons > .wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button {
       
    84   margin: 0;
    83 }
    85 }
    84 .wp-block-buttons > .block-list-appender {
    86 .wp-block-buttons > .block-list-appender {
    85   display: inline-flex;
    87   display: inline-flex;
    86   align-items: center;
    88   align-items: center;
    87 }
    89 }