HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/stafa/stafa.nl/resources/sass/site/5-Components/_components.quote.scss
.c-quote {
	@include restrict-s;
	@include text-style(2);
	position: relative;

	@include mq($max: m) {
		@include font-size(m);
		margin-left: 38px + 22px;
	}

	&::before {
		content: '';
		display: block;
		position: absolute;
		top: -5px;
		left: -38px - 22px;
		width: 38px;
		height: 24px;
		background-image: url('/img/quotes.svg');
	}
}

.c-quote__text {
	margin: 0;
	color: palette(text, 800);
	quotes: '\201c' '\201d';

	&::before { content: open-quote; }
	&::after  { content: close-quote; }
}