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/blijegasten/blijegasten.be/resources/sass/site/5-Components/_components.aid.scss
.c-aid {
	display: flex;
}

.c-aid__image {
	border-radius: 100%;
	width: space(12);
	height: space(12);
	margin-right: space(3);
	background-color: palette(neutral, 100);
	box-shadow: inset 0 0 24px 1px rgba(0,0,0,.15), 1px 0 0 white;
}

.c-aid__title {
	@include font-family(primary);
	@include font-size(l);
	@include font-weight('bold');
}


.c-aid__subtitle {
	@include font-weight('semi-bold');
	color: palette(text, 300);
}


.c-aid__action {
	@include font-size(m);
	@include font-weight('bold');
	display: block;
	color: palette(primary);
	text-decoration: none;
	margin: space(1.5) 0 space(0.5);
}