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 * |
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-query-pagination { |
77 .wp-block[data-align=center] > .wp-block-query-pagination { |
72 display: flex; |
78 justify-content: center; |
73 flex-wrap: wrap; |
|
74 flex-direction: row; |
|
75 } |
79 } |
76 |
80 |
77 .editor-styles-wrapper .wp-block-query-pagination { |
81 .editor-styles-wrapper .wp-block-query-pagination { |
78 max-width: 100%; |
82 max-width: 100%; |
79 } |
83 } |
80 .editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout { |
84 .editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout { |
81 margin: 0; |
85 margin: 0; |
82 } |
86 } |
83 |
87 |
84 .block-library-query-pagination-toolbar__popover .components-popover__content { |
|
85 min-width: 230px; |
|
86 } |
|
87 |
|
88 .wp-block-query-pagination > .wp-block-query-pagination-next, |
88 .wp-block-query-pagination > .wp-block-query-pagination-next, |
89 .wp-block-query-pagination > .wp-block-query-pagination-previous, |
89 .wp-block-query-pagination > .wp-block-query-pagination-previous, |
90 .wp-block-query-pagination > .wp-block-query-pagination-numbers { |
90 .wp-block-query-pagination > .wp-block-query-pagination-numbers { |
91 display: inline-block; |
|
92 margin-right: 0; |
91 margin-right: 0; |
93 margin-top: 0.5em; |
92 margin-top: 0.5em; |
94 margin-right: 0.5em; |
93 margin-right: 0.5em; |
95 margin-bottom: 0.5em; |
94 margin-bottom: 0.5em; |
96 } |
95 } |