godaddy-wordpress/go

View on GitHub
.dev/assets/design-styles/welcoming/css/woocommerce/checkout.scss

Summary

Maintainability
Test Coverage
.woocommerce-checkout {

    .wc_payment_methods {

        li.wc_payment_method {

            label[for^="payment_method_"] {

                &::before {
                    top: 6px;
                }
            }
        }
    }
}