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 * |
81 |
87 |
82 .wp-block-social-links.is-style-pill-shape .wp-social-link button { |
88 .wp-block-social-links.is-style-pill-shape .wp-social-link button { |
83 padding-left: calc((2/3) * 1em); |
89 padding-left: calc((2/3) * 1em); |
84 padding-right: calc((2/3) * 1em); |
90 padding-right: calc((2/3) * 1em); |
85 } |
91 } |
|
92 |
|
93 .wp-block-social-links.is-style-logos-only .wp-social-link button { |
|
94 padding: 0; |
|
95 } |