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.5.27 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss