File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss
File size: 303 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-payment-method-label--with-icon {
	display: inline-block;
	vertical-align: middle;
	> img,
	> svg {
		vertical-align: middle;
		margin: -2px 4px 0 0;
	}
}

.is-mobile,
.is-small {
	.wc-block-components-payment-method-label--with-icon {
		> img,
		> svg {
			display: none;
		}
	}
}