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/apics.creativefellows.nl/23062022/public/scss/_page-faq.scss
.page-section__faq{
	padding:3rem 0 0 0;
	
	.grid-container{max-width: 60rem;}
	
	.section-row{
		margin-bottom:3rem;
		@include breakpoint(small only){
			margin-bottom:1.5rem;
		}
	}
	
	.page-row__devider{margin-bottom:1.5rem;display:none;}
	
	.medium-3{position:relative;}
	.medium-3::after{
		content:"";position:absolute;top:0;bottom:0;right:3rem;border-right:solid 1px $light-gray;
		@include breakpoint(small only){
			display:none;
		}
	}
	
	h2{color:$primary-color;}
	
	.accordion__faq{
		
		margin:0;
		
		.accordion-title{
			border:none;
			font-size:1.125rem;
			//font-weight:$global-weight-bold;
			padding:1.125rem 0;
			color:$black;			
			&:hover,
			&:focus{background:none;}
			
			@include breakpoint(small only){
				padding:1rem 0;
			}
		}
		.accordion-content{
			border:none;
			padding:0 3rem 0 0;
			font-weight:$global-weight-normal;
			p{margin-bottom:1.5rem;}
		}
		
		li{border-bottom:solid 1px $light-gray;}
		
		a::before{
			content:"";
			width:0.5rem;
			height:100%;
			background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 427.67 501.39'%3E%3Cpath d='m75.39 8.36 331.15 224.33c29.83 20.21 27.68 64.83-4 82.08L71.14 495.45C39.07 512.94 0 489.7 0 453.17l.29-405C.31 9.59 43.45-13.27 75.39 8.36Z' style='fill:%23E82E7B'/%3E%3C/svg%3E") no-repeat 0 55%;
			right:0;
			top:0;
			margin:0 0 0 1rem;
			@include animate();
		}
		.is-active{
			.accordion-title{color:$primary-color;font-weight:$global-weight-bold;}
			a::before{
				transform:rotate(90deg);
			}
		}
		
		li:first-child,
		li:last-child{border:none;}
		
	}
	
	
}