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/olimazi.creativefellows.nl/public/scss/_form.scss
.page-section__form{
	
	background: $secondary-color;
	h1,h2,h3{color:$white;}
	
	.form label{color:$white;}
	.form a{color:$white;text-decoration:underline;}
	.form .is-invalid-label{color:$alert-color;}
	
}


.form{
	
	.cell__text label{}
	.cell__text textarea{min-height:6rem;}
	
	.cell_pr0t3ct{
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 0;
		z-index: -1;
	}
	
	fieldset{margin-bottom:1.5rem;}
	
	input,
	textarea{
		margin:0;
		&::placeholder {
			color:$dark-gray;
		}
	}
	
	input[type="text"]{height:auto;}
	.filename{padding: 0.625rem;vertical-align: top;display: inline-block;font-size: 0.875rem;font-style:italic;color:$white;}
	
	.choice-option{
		position:relative;
		padding-left:1rem;
		input{position:absolute;top:0.375rem;left:0;}
	}
	
}