equal
deleted
inserted
replaced
38 */ |
38 */ |
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 /** |
|
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 */ |
43 /** |
49 /** |
44 * Breakpoint mixins |
50 * Breakpoint mixins |
45 */ |
51 */ |
46 /** |
52 /** |
47 * Long content fade mixin |
53 * Long content fade mixin |
119 grid-row: 1; |
125 grid-row: 1; |
120 } |
126 } |
121 |
127 |
122 .wp-block-media-text__media img, |
128 .wp-block-media-text__media img, |
123 .wp-block-media-text__media video { |
129 .wp-block-media-text__media video { |
|
130 height: auto; |
124 max-width: unset; |
131 max-width: unset; |
125 width: 100%; |
132 width: 100%; |
126 vertical-align: middle; |
133 vertical-align: middle; |
127 } |
134 } |
128 |
135 |