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/shop.komma.nl/resources/sass/5-Components/_components.card.scss
.c-card{
	display: block;
	width: 100%;
	background-color: white;
	border-radius: 0 0 map-get($border-radius, m) map-get($border-radius, m);
	text-decoration: none;
}

.c-card__image {
	img {
		width: 100%;
	}
}

.c-card__body {
	padding: 30px;
}

.c-card__title {
	margin-bottom: 30px;
}

.c-card__content {
	color: palette(neutral, 900);
}

.c-card__action {
	margin: 30px 0 35px;
}

// Modifier for centering the image & the action button
.c-card--center {
	text-align: center;
}

.c-card--unbox {
	border-radius: 0;
	box-shadow: none;

	.c-card__image {
		border-radius: 10px;
		overflow: hidden;
	}

	.c-card__body {
		padding: 30px 0 0;
	}

	.c-card__title {
		@include font-size(m);
	}

	.c-card__content {
		display: none;
	}

}