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 */ |
|
77 .wp-block-pullquote.has-text-align-left p, |
|
78 .wp-block-pullquote.has-text-align-right p, |
71 .wp-block[data-align=left] > .wp-block-pullquote p, |
79 .wp-block[data-align=left] > .wp-block-pullquote p, |
72 .wp-block[data-align=right] > .wp-block-pullquote p { |
80 .wp-block[data-align=right] > .wp-block-pullquote p { |
73 font-size: 20px; |
81 font-size: 20px; |
74 } |
82 } |
75 |
83 |