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/marisrental/boldt.tech/resources/sass/site/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(large);
	position: relative;
	margin: 0 auto;
	max-width: 555px;
	overflow: hidden;
	background-color: palette(light);
}

.c-rating__link {
	padding: 30px 20px;
	text-decoration: none;
	color: palette(text, 200);
}
.c-rating__stars {
	@include flex(center);
	padding: 0 20px;
	height: 60px;
	transform: translateY(-2px);
}