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/SBogers10/reiskick.komma.nl/resources/sass/5-Components/_components.heading.scss
.c-heading {
	position: relative;
	font-family: $font-heading;
	font-weight: 500;
	color: palette(neutral, 800);
	text-align: center;

	&:after {
		position: absolute;
		left: 0;
		bottom: calc(50% - 3px);
		content: '';
		width: 100%;
		height: 1px;
		background: palette(neutral, 400);
	}
}

.c-heading__text {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 space(4);
	font-size: 1.4rem;
	line-height: 1.6;
	background: white;
}