HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System: Linux li317-225.members.linode.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/farmoskosmicfarms_backup/resources/css/sass/gui/_errors.scss
/* Errors */
.body-error {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;

	&.error-outside {
		display: table;
		height: 100vh;

		.center-error {
			display: table-cell;
			vertical-align: middle;
		}
	}

	&.error-inside {
		margin-top: 150px;
	}
}

// HEADER
// -----------------------------------------------------------------------------
/* Error Pages - header */
.body-error {
	.error-header {
		border-bottom: 1px solid #DADADA;
		margin-bottom: 50px;
		padding-bottom: 15px;

		.form {
			margin-top: 12px;
		}
	}
}

// TYPO
// -----------------------------------------------------------------------------
/* Error Pages - typo */
.body-error {
	.error-code {
		font-size: 10rem;
		line-height: 10rem;
		letter-spacing: -10px;
	}

	.error-explanation {
		font-size: 1.2rem;
		line-height: 3.6rem;
		margin-top: 25px;
	}
}

// RESPONSIVE
// -----------------------------------------------------------------------------
/* Error Pages - Responsive */
@media only screen and (max-width: 1150px) {
	.body-error.error-inside {
		margin-top: 50px;
		padding-bottom: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.body-error.error-inside {
		.error-code {
			@include font-size(100);
			@include line-height(100);
			letter-spacing: -7px;
		}

		.error-explanation {
			font-size: 1rem;;
			@include line-height(32);
		}
	}
}

@media only screen and (max-width: 767px) {
	.body-error {

		.error-code {
			@include font-size(90);
			@include line-height(90);
			letter-spacing: -7px;
		}

		.error-explanation {
			font-size: 0.9rem;;
			@include line-height(28);
		}
	}

	.body-error.error-outside {
		height: auto;
		padding: 20px;
	}
}