Sha256: 169d0395ca87fe29a6bf76bb9d71fc7b2ea86aebf3a3ba9e2fff12c4fbb08482
Contents?: true
Size: 735 Bytes
Versions: 15
Compression:
Stored size: 735 Bytes
Contents
/* Placeholder manifest file. the installer will append this file to the app vendored assets here: 'vendor/assets/stylesheets/spree/backend/all.css' */ // Set Bootstrap variables if they're not already defined // e.g if we're on Solidus < v1.4 $input-border-color: #cee1f4 !default; $border-radius: 3px !default; $input-color: #5498DA !default; $brand-danger: #C60F13 !default; $brand-success: #9FC820 !default; .braintree-hosted-fields .input { border: 1px solid $input-border-color; border-radius: $border-radius; color: $input-color; height: 30px; padding: 7px 10px; &.braintree-hosted-fields-invalid { border-color: $brand-danger; } &.braintree-hosted-fields-valid { border-color: $brand-success; } }
Version data entries
15 entries across 15 versions & 2 rubygems