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/reiskick.komma.nl/resources/sass/6-Organisms/_organisms.subfooter.scss
$o-subfooter-spacing-h:	space(4);


.o-subfooter {
	@include z(z-subfooter);
	background-color: palette(neutral, 1000);
	color: rgba(white, 0.6);
}


.o-subfooter__main {
	@include contain;
	font-size: 0.7rem;
	text-align: center;
	padding: space(3) 0;

	@include mq(375) {
		padding: space(2) 0;
	}
}

.o-subfooter__link {
	white-space: nowrap;
	color: rgba(white, 0.6);
	transition: color 0.2s;
	text-decoration: none;

	&:hover {
		color: rgba(white, 0.8);
	}
}

.o-subfooter__divider {
	opacity: 0.5;
	padding: 0 space(1);

	@include mq($max: 375) {
		display: block;
		opacity: 0;
		padding: 0;
		font-size: 8px;  
	}
}