Sha256: 3c24a424986a4569811d4c6a81f03e1c018c28c087f0743e1b01e1ef88a991b6
Contents?: true
Size: 1.39 KB
Versions: 5
Compression:
Stored size: 1.39 KB
Contents
/* Placeholder manifest file. the installer will append this file to the app vendored assets here: 'vendor/assets/stylesheets/spree/frontend/all.css' */ .braintree-hosted-fields .input { border: 1px solid #d9d9db; border-radius: 3px; color: #5498DA; height: 30px; padding: 5px 10px; } .paypal-button-widget .paypal-button:hover { background: transparent; } .apple-pay-button { -webkit-appearance: -apple-pay-button; -apple-pay-button-type: buy; visibility: hidden; display: inline-block; min-height: 30px; border: 1px solid black; background-image: -webkit-named-image(apple-pay-logo-black); background-size: 100% calc(60% + 2px); background-repeat: no-repeat; background-color: white; background-position: 50% 50%; border-radius: 5px; padding: 0; margin: 5px auto; transition: background-color .15s; width: auto; } .apple-pay-button.visible { visibility: visible; } .venmo-button { visibility: hidden; border: none; height: 48px; background-color: transparent; background-repeat: no-repeat; } .venmo-button.visible { visibility: visible; } /* WORKAROUND: Do not allow buttons in disabled payment-step to be clickable. Note that it's still possible to trigger the PayPal button iframe by tabbing to it and hitting enter. */ fieldset.payment-step__details:disabled { #apple-pay-button, #paypal-button iframe, #venmo-button { pointer-events: none; } }
Version data entries
5 entries across 5 versions & 1 rubygems