HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/eglm/public/scss/_footer.scss
/* 
sticky footer
*/
html, body{height: 100%;}
.site {min-height: 100%;margin-bottom: -16em;}
.site:after{content: "";display: block;}
footer, .site:after {height: 16em;}


/*
 * Footer 
 */
footer{
	
	color:$white;padding-bottom:0;overflow:hidden;position:relative;z-index:100;
	@include gradient-background();
	
	p{margin:0.75rem 0;line-height:1.5rem;}
	p strong{color:$white;}
	a{color:$white;}
	a:hover{color:$white;}
	
	.copy{
		
		text-align:center;
		padding:0.5rem 0;
		a::before{content:" | ";}
		
		
		@include breakpoint(small)
		{	
			p{}
			strong{padding-right:0.5em;}
			strong + a::before{display:none;}
		}
		
	}
	

	.interreg{padding:3rem 0;font-size:0.875rem;background-color: $light-gray;}
	.interreg p{margin:0;color:$black;}
	.interreg a{color:$secondary-color;}
	.interreg strong{color:$black;}
	.interreg img{height:6rem;}

}


/*
 * Cookies note
 */	
#cookies
{
	
	position:fixed;z-index:1000;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.75);color:#fff;padding:0.75em 0;margin:0;

	p{font-size:0.875rem;margin:0;line-height:1.25em;}

	.button.transparent{}
	.shrink{border-left:solid 1px rgba($white,0.25);}
	
}