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/csb.komma.pro/resources/sass/5-Components/_components.rating.scss
$c-rating-bp: 670; // When to change from column to row view

.c-rating {
	@include box-shadow;
	@include border-radius(l);
	position: relative;
	margin: 0 auto;
	max-width: 555px;
	overflow: hidden;
	background-color: palette(neutral, 0);
}

.c-rating__link {
	padding: 30px 20px;
	text-decoration: none;
	color: palette(neutral, 400);
}
.c-rating__stars {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 60px;
	transform: translateY(-2px);
}