Sha256: dfc76b9ffcc72d2a5332a7765b1f5ca0a4dcb2e68c5daae01228861fc9c836aa

Contents?: true

Size: 717 Bytes

Versions: 4

Compression:

Stored size: 717 Bytes

Contents

(function () {
    'use strict';

    /**
     * Config Variables
     */

    WORKAREA.config.stripe = {
        publicKey: '<%= Workarea.config.stripe[:public_key] %>',
        cardStyles : {
            base: {
                color: "#32325d",
                fontFamily: '"Helvetica Neue", Helvetica, sans-serif',
                fontSmoothing: 'antialiased',
                fontSize: '16px',
                '::placeholder': {
                    color: '#aab7c4'
                }
            },
            invalid: {
                color: '#fa755a',
                iconColor: '#fa755a'
            }
        },
        bogusToken: {
            'id': 'tok_1DCtE5DDRzjJ0gxwvRPfQ57m'
        }
    };
})();

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
workarea-stripe-1.1.2 app/assets/javascripts/workarea/storefront/stripe/config.js.erb
workarea-stripe-1.1.1 app/assets/javascripts/workarea/storefront/stripe/config.js.erb
workarea-stripe-1.1.0 app/assets/javascripts/workarea/storefront/stripe/config.js.erb
workarea-stripe-1.0.0 app/assets/javascripts/workarea/storefront/stripe/config.js.erb