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 * |
80 } |
86 } |
81 |
87 |
82 .edit-post-visual-editor .wp-block-latest-posts.is-grid li { |
88 .edit-post-visual-editor .wp-block-latest-posts.is-grid li { |
83 margin-bottom: 20px; |
89 margin-bottom: 20px; |
84 } |
90 } |
|
91 |
|
92 .editor-latest-posts-image-alignment-control .components-base-control__label { |
|
93 display: block; |
|
94 } |
|
95 .editor-latest-posts-image-alignment-control .components-toolbar { |
|
96 border-radius: 2px; |
|
97 } |