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-buttons { |
|
72 display: flex; |
|
73 flex-wrap: wrap; |
|
74 } |
|
75 |
|
76 .wp-block-buttons { |
77 .wp-block-buttons { |
77 /* stylelint-disable indentation */ |
78 /* stylelint-disable indentation */ |
78 } |
79 } |
79 .wp-block-buttons > .wp-block { |
80 .wp-block-buttons > .wp-block { |
80 margin-right: 0; |
81 margin: 0; |
81 margin-top: 0.5em; |
82 } |
82 margin-left: 0.5em; |
83 .wp-block-buttons > .wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button { |
|
84 margin: 0; |
83 } |
85 } |
84 .wp-block-buttons > .block-list-appender { |
86 .wp-block-buttons > .block-list-appender { |
85 display: inline-flex; |
87 display: inline-flex; |
86 align-items: center; |
88 align-items: center; |
87 } |
89 } |