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/mygeomil.creativefellows.nl/v0.1/public/scss/_sections.scss

.page-section{
	padding:1.5rem 0;
	
	.cke{margin-bottom:1rem !important;}
	
}

.page-section__introduction{
	
	p{font-size:$lead-font-size;}
	@include breakpoint(medium down){
		padding-top:6rem;
	}
	
}

.page-section__dashboard{

	h1{margin-bottom:0;}
	h3{color:$secondary-color;font-size:1.25rem;}
	

}

.page-section__admin{
	
	h2{color:$secondary-color;}
	.menu__list-items{
		border-bottom:solid 1px $light-gray;
		li{border-top:solid 1px $light-gray;}
		
		a{padding: 1rem 0;}
	}
	form select[multiple]{
		height:12.5rem;
		padding:0;
		option{border-bottom:solid 1px $light-gray;padding:0.375rem 0.5rem;}
		option:last-child{border:none;}
	}
	
}



.page-section__background-gray{
	
	background-color:$black;
	
	*:not(a){color:$white;}
	h4{margin-top:1.5rem;}
	ul{}
	.slot-zeist-white{margin-top:1.5rem;}
	.fontawesome-icon{width:2rem;margin:0 0.5rem;}
	
	@include breakpoint(small only){
		h4{margin-top:0;}
	}
}

.page-section__copyright{
	
	padding:0.75rem 0;
	
	p{margin:0;font-size:0.875rem;color:$dark-gray;}
	
	a{color:$dark-gray;padding:0 0.25rem;}
	a::after{content:"";border-right:solid 1px $medium-gray;padding-right:0.75rem;};
	a:last-child::after{display:none;}
	
}

.page-section__masthead-image{
	
	padding:0;
	
	.masthead-image-wrapper{
		height:24rem;
		overflow:hidden;
		position:relative;
		
		img{display:block;margin:auto;top:50%;transform:translateY(-50%);position:relative;width:100%;}
		@include breakpoint(small only)
		{
			height:auto;
			img{transform:none;top:0;}
		}
	}
}

.page-section__tour-form{
	
	.label__multiline{
		padding:0;
		margin-bottom:1rem;
	}
	
}


.border-right{border-right:solid 1px rgba($white,0.1);}


.cell{}
.cell__border-bottom{border-bottom:solid 1px $light-gray;margin-bottom:1.5rem;}