Sha256: b6db80736c1d96f3bcdb2c8bf6e7f7e73c49601213b1ca2d90d4c92e535df717

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 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;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
solidus_braintree-2.0.0 app/assets/stylesheets/spree/frontend/solidus_braintree.scss
solidus_paypal_braintree-1.2.0 app/assets/stylesheets/spree/frontend/solidus_paypal_braintree.css
solidus_paypal_braintree-1.1.2 app/assets/stylesheets/spree/frontend/solidus_paypal_braintree.css
solidus_paypal_braintree-1.1.1 app/assets/stylesheets/spree/frontend/solidus_paypal_braintree.css
solidus_paypal_braintree-1.1.0 app/assets/stylesheets/spree/frontend/solidus_paypal_braintree.css