equal
deleted
inserted
replaced
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 * |
70 */ |
76 */ |
71 .block-editor-block-list__block[data-type="core/separator"] { |
77 .block-editor-block-list__block[data-type="core/separator"] { |
72 padding-top: 0.1px; |
78 padding-top: 0.1px; |
73 padding-bottom: 0.1px; |
79 padding-bottom: 0.1px; |
74 } |
80 } |
|
81 .block-editor-block-list__block[data-type="core/separator"].wp-block-separator.is-style-dots { |
|
82 background: none !important; |
|
83 } |