File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss
File size: 725 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-product-title {
	margin-top: 0;
	margin-bottom: $gap-small;
}
.wc-block-grid .wc-block-components-product-title {
	line-height: 1.5;
	font-weight: 700;
	padding: 0;
	color: inherit;
	font-size: inherit;
	display: block;
}
.is-loading {
	.wc-block-components-product-title::before {
		@include placeholder();
		content: ".";
		display: inline-block;
		width: 7em;
	}
	.wc-block-grid .wc-block-components-product-title::before {
		width: 10em;
	}
}

/*rtl:begin:ignore*/
.wc-block-components-product-title--align-left {
	text-align: left;
}
.wc-block-components-product-title--align-center {
	text-align: center;
}
.wc-block-components-product-title--align-right {
	text-align: right;
}
/*rtl:end:ignore*/