?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/shortcodes/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules

?? Viewing: _blockquote.scss

/* ==========================================================================
   Blockquote shortcode start styles
   ========================================================================== */
blockquote{
	position: relative;
	display: table;

	.edgtf-icon-quotations-holder {
		display: table-cell;
		width: 102px;
		padding: 0 16px 0 0;
		font-size: 40px;
		line-height: 40px;
		font-weight: 400;
		color: $first-main-color;
	}

	.edgtf-blockquote-text {
		display: table-cell;
		vertical-align: top;
	}
	p.edgtf-blockquote-text {
		font-weight: 600;
	}
    
}

/* ==========================================================================
   Blockquote shortcode end styles
   ========================================================================== */


??

??