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.formFeedback.scss
.c-form-feedback{
	@include border-radius(s);
	@include font-size(base);
	margin: 0 0 space(1);
	padding: space(3) space(4);
	background-color: palette(warning, 100);
	border: 1px solid palette(warning, 500);
	color: palette(neutral, 900);

	&:not(:empty) {
		display: block;
	}

	&[data-feedback]::before {
		content: attr(data-feedback);
		display: inline-block;
		margin-left: space(-2);
		margin-bottom: space(1);
		font-weight: 700;
		color: palette(warning, 700);
	}

	li::first-letter {
		text-transform: uppercase;
	}
}