Sha256: d28fa8ce43058f02aefd9e1a9dc2c24d38fc512b812e27c1c698aeb9204abf14

Contents?: true

Size: 1.32 KB

Versions: 62

Compression:

Stored size: 1.32 KB

Contents

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

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

    .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

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.4 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.26 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.3 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.25 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.2 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.24 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.1 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.23 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.22 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.0 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.21 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.0.beta.1 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.20 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.19 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.18 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.17 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.16 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.15 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.14 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss