HEX
Server: Apache
System: Linux server.tanduk.space 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: coachou (1042)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/coachou/public_html/wp-content/themes/colormag/assets/sass/base/elements/_body.scss
/**
 * Body.
 */
body {
	background-color: $color__gray-200;
	padding-top: length( 'l-5' );
	padding-bottom: length( 'l-5' );
	background-size: cover;

	&.clickable-background-image {
		position: relative;

		.background-image-clickable {
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			z-index: 1;
			cursor: pointer;
		}

		.site {
			position: relative;
			z-index: 99;
		}
	}
}