Sha256: 9ae5b3249b6105a760014bdc4199ec6c0154dbc75a62b991529df5dbb5b26c1b

Contents?: true

Size: 917 Bytes

Versions: 4

Compression:

Stored size: 917 Bytes

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;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_paypal_braintree-1.0.0 app/assets/stylesheets/spree/frontend/solidus_paypal_braintree.css
solidus_paypal_braintree-0.4.0 app/assets/stylesheets/spree/frontend/solidus_paypal_braintree.css
solidus_paypal_braintree-0.3.0 app/assets/stylesheets/spree/frontend/solidus_paypal_braintree.css
solidus_paypal_braintree-0.2.0 app/assets/stylesheets/spree/frontend/solidus_paypal_braintree.css