@paypal/checkout-components 5.0.381 → 5.0.382
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/button.js +1 -1
- package/dist/test/button.js +1 -1
- package/package.json +1 -1
- package/src/ui/buttons/styles/button.js +1 -1
package/package.json
CHANGED
|
@@ -211,7 +211,7 @@ export const buttonRebrandStyle = `
|
|
|
211
211
|
width: auto;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
|
|
214
|
+
/* Hide/show credit/paylater logos based on button width */
|
|
215
215
|
@media only screen and (min-width: 0px) and (max-width: 150px) {
|
|
216
216
|
[${ATTRIBUTE.FUNDING_SOURCE}="credit"].${CLASS.BUTTON_REBRAND} .${CLASS.BUTTON_LABEL} .${CLASS.LOGO_REBRAND},
|
|
217
217
|
[${ATTRIBUTE.FUNDING_SOURCE}="paylater"].${CLASS.BUTTON_REBRAND} .${CLASS.BUTTON_LABEL} .${CLASS.LOGO_REBRAND} {
|