Sha256: 42a66ac8d1d6fc806af921a9ed92b525413ce546a31e09963a3daa4ffa80b17d

Contents?: true

Size: 1.46 KB

Versions: 2

Compression:

Stored size: 1.46 KB

Contents

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

$checkout-payment-method-selected-color:  $highlight-color !default;


.checkout-payment {}

    .checkout-payment__section {
        @include checkout-section;
        margin-bottom: $vertical-margin;
    }

        .checkout-payment__heading {
            @extend %heading;
            @extend %heading--4;
        }

    .checkout-payment__secondary {}

        .checkout-payment__secondary-method {
            margin-bottom: $spacing-unit * 2;
        }

    .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 {
                background: $checkout-payment-method-selected-color;
            }

    .checkout-payment__cart-items {}

    .checkout-payment__place-order {
        margin-bottom: 0;
    }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-one_theme-1.3.1 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss
workarea-one_theme-1.3.0 app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss