wp/wp-includes/blocks/separator/style-rtl.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    40 /**
    40 /**
    41  * React Native specific.
    41  * React Native specific.
    42  * These variables do not appear to be used anywhere else.
    42  * These variables do not appear to be used anywhere else.
    43  */
    43  */
    44 /**
    44 /**
       
    45 *  Converts a hex value into the rgb equivalent.
       
    46 *
       
    47 * @param {string} hex - the hexadecimal value to convert
       
    48 * @return {string} comma separated rgb values
       
    49 */
       
    50 /**
    45  * Breakpoint mixins
    51  * Breakpoint mixins
    46  */
    52  */
    47 /**
    53 /**
    48  * Long content fade mixin
    54  * Long content fade mixin
    49  *
    55  *
    71  */
    77  */
    72 .wp-block-separator {
    78 .wp-block-separator {
    73   border-top: 1px solid currentColor;
    79   border-top: 1px solid currentColor;
    74   border-bottom: 1px solid currentColor;
    80   border-bottom: 1px solid currentColor;
    75 }
    81 }
    76 .wp-block-separator.is-style-wide {
       
    77   border-bottom-width: 1px;
       
    78 }
       
    79 .wp-block-separator.is-style-dots {
    82 .wp-block-separator.is-style-dots {
    80   background: none !important;
    83   background: none !important;
    81   border: none;
    84   border: none;
    82   text-align: center;
    85   text-align: center;
    83   width: none;
       
    84   line-height: 1;
    86   line-height: 1;
    85   height: auto;
    87   height: auto;
    86 }
    88 }
    87 .wp-block-separator.is-style-dots::before {
    89 .wp-block-separator.is-style-dots::before {
    88   content: "···";
    90   content: "···";