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-icons/style.scss
File size: 724 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-payment-method-icons {
	display: block;
	text-align: center;
	margin: 0 0 #{$gap - 2px};

	.wc-block-components-payment-method-icon {
		display: inline-block;
		margin: 0 4px 2px;
		padding: 0;
		width: auto;
		height: 24px;
		vertical-align: middle;
	}

	&--align-left {
		text-align: left;

		.wc-block-components-payment-method-icon {
			margin-left: 0;
			margin-right: 8px;
		}
	}

	&--align-right {
		text-align: right;

		.wc-block-components-payment-method-icon {
			margin-right: 0;
			margin-left: 8px;
		}
	}

	&:last-child {
		margin-bottom: 0;
	}
}

.is-mobile,
.is-small {
	.wc-block-components-payment-method-icons {
		.wc-block-components-payment-method-icon {
			height: 16px;
		}
	}
}