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/stafa/stafa.nl/resources/sass/site/5-Components/_components.trademark.scss
.c-trademark {
	@include font-size(xs);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -4px;
	color: palette(action, 300);
	text-decoration: none;
	transition: color 0.15s ease-in-out;

	&:hover {
		color: scale_color(palette(action, 300), $lightness: 40%);

		.komma-emblem {
			transform-origin: 12px 12px;
			animation: logo-spin 2s linear infinite;
		}
	}
}

.c-trademark__text {
	padding: 4px;
}

.c-trademark__icon {
	padding: 4px;
}

@keyframes logo-spin {
	from { transform: rotate(0); }
	to { transform: rotate(-1turn); }
}