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/werkenbijergatis.creativefellows.nl/public/scss/_form.scss
.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;
	}
	.cell__choice{
		position:relative;
		input[type=checkbox]{position:absolute;margin-top:0.25rem;}
		input[type=checkbox] + label{padding-left:1rem;line-height:1.25rem;}
	}
	
	fieldset{margin-bottom:0.75rem;position:relative;}
	
	input,
	textarea{
		margin:0;
		&::placeholder {
			color:$dark-gray;
		}
	}
	
	input[type="text"]{height:auto;}
	
	.form-error{position:absolute;right:0.75rem;top:0.75rem;}
	
}