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 * |
73 margin-right: 0; |
79 margin-right: 0; |
74 clear: both; |
80 clear: both; |
75 } |
81 } |
76 .wp-block-embed.is-loading { |
82 .wp-block-embed.is-loading { |
77 display: flex; |
83 display: flex; |
78 flex-direction: column; |
|
79 align-items: center; |
|
80 justify-content: center; |
84 justify-content: center; |
81 padding: 1em; |
|
82 min-height: 200px; |
|
83 text-align: center; |
|
84 border-radius: 2px; |
|
85 background-color: #fff; |
|
86 box-shadow: inset 0 0 0 1px #1e1e1e; |
|
87 } |
|
88 .wp-block-embed.is-loading p { |
|
89 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
90 font-size: 13px; |
|
91 } |
85 } |
92 .wp-block-embed .components-placeholder__error { |
86 .wp-block-embed .components-placeholder__error { |
93 word-break: break-word; |
87 word-break: break-word; |
94 } |
88 } |
95 .wp-block-embed .components-placeholder__learn-more { |
89 .wp-block-embed .components-placeholder__learn-more { |