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/ste.komma.pro/resources/sass/6-Organisms/_organisms.footer.scss
$o-footer-bp-large: 900;
$o-prefooter-bp-medium: 740;
$o-prefooter-bp-large: 800;


.o-footer {
	@include z(z-footer);
	color: palette(neutral, 0);
	background-image: linear-gradient(to bottom, palette(primary, 500), palette(primary, 600));
	padding-bottom: 0;
	transition: padding 0.6s;

	@include mq($o-prefooter-bp-medium) {
		background-image: linear-gradient(to bottom, transparent space(6), palette(primary, 500) space(6), palette(primary, 600));
	}

	.is-cookie-bar-visible & {
		padding-bottom: $site-cookieBar-height;
	}
}