Sha256: 51b657ef68456152bc9b466a9878fe4189a05f310ac6cfb7bfb8b70d59104d4b

Contents?: true

Size: 1.41 KB

Versions: 5

Compression:

Stored size: 1.41 KB

Contents

/*------------------------------------*\
    #CHECKOUT-PAYMENT
\*------------------------------------*/

$checkout-payment-max-width: 680px !default;
$checkout-payment-method-selected-color:  $highlight-color !default;
$checkout-payment-method-selected-border: 2px solid $checkout-payment-method-selected-color;

.checkout-payment {}

    .checkout-payment__section {
        margin-bottom: $vertical-margin;
        max-width: $checkout-payment-max-width;
    }

    .checkout-payment__secondary {}

        .checkout-payment__secondary-method {}

    .checkout-payment__primary-payment {}

        .checkout-payment__primary-method-group {
            margin-bottom: $vertical-margin;
        }

            .checkout-payment__primary-method {
                padding: ($spacing-unit * 2);
            }

                .checkout-payment__primary-method-description {}

                .checkout-payment__primary-method-edit {
                    .js & {
                        display: none;
                    }

                    .checkout-payment__primary-method--selected & {
                        .js & {
                            display: block;
                        }
                    }
                }

            .checkout-payment__primary-method--selected {
                border: $checkout-payment-method-selected-border;
            }

    .checkout-payment__cart-items {}

    .checkout-payment__place-order {}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss