wp/wp-includes/blocks/site-logo/style-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  *
    76 }
    82 }
    77 .wp-block-site-logo.is-default-size img {
    83 .wp-block-site-logo.is-default-size img {
    78   width: 120px;
    84   width: 120px;
    79   height: auto;
    85   height: auto;
    80 }
    86 }
    81 .wp-block-site-logo .aligncenter {
    87 .wp-block-site-logo a,
    82   display: table;
    88 .wp-block-site-logo img {
       
    89   border-radius: inherit;
    83 }
    90 }
    84 .wp-block-site-logo.is-style-rounded img {
    91 .wp-block-site-logo.aligncenter {
       
    92   margin-right: auto;
       
    93   margin-left: auto;
       
    94   text-align: center;
       
    95 }
       
    96 .wp-block-site-logo.is-style-rounded {
    85   border-radius: 9999px;
    97   border-radius: 9999px;
    86 }
    98 }