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/marie.creativefellows.nl/public/scss/_section-cookies.scss
.page-section__cookies{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba($black,0.95);//rgba(0,0,0,.875);
	padding:0.75rem 0;
	z-index:1000;
	color:$white;
	
	@include breakpoint(small only){
		padding-bottom:0;
	}
	
	p{
		font-size:0.75rem;margin:0;
		@include breakpoint(small only){
			margin-bottom:0.75rem;
			a{display:block;}
		}
	}
	
	.button{margin:0;padding:0.5rem 1rem;line-height:1rem;}
	
}