HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpmuhibbah/wp-content/plugins/give/blocks/components/placeholder-animation/style.scss
.timeline-item {
	background: #fff;
}

@keyframes placeHolderShimmer {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 520px 0
	}
}

.placeholder-animation {
	max-width: 650px;
	margin: 0 auto;
}

.animated-background {
	animation-duration: 0.85s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 520px 100%;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 650px;
	background-color: #eee;
	border:1px solid #eee;
}

.layer {
	display: flex;

	&.h1 {
		height: 28px;
	}

	&.h2 {
		height: 22px;
	}

	&.inline-radios {
		height: 12px;
	}

	&.label {
		height: 8px;
	}
}

.layer-item {
	&.opaque {
		background: #fff;
	}
}

.layer-gap {
	background-color: #fff;

	&.large {
		height: 40px;
	}

	&.medium {
		height: 20px;
	}

	&.small {
		height: 10px;
	}
}

// Specifics

// Layer-1
.layer-1 {
	.layer-item:nth-child(odd) {
		width: 45%
	}

	.layer-item:nth-child(even) {
		width: 55%;
	}
}


//  Layer-4
.layer-4 {
	.layer-item:nth-child(1) {
		width: 30%;
	}

	.layer-item:nth-child(2) {
		width: 10%;
	}

	.layer-item:nth-child(3) {
		width: 20%;
	}

	.layer-item:nth-child(4) {
		width: 30%;
	}

	.layer-item:nth-child(5) {
		width: 10%;
	}
}

//  Layer-5
.layer-5 {
	.layer-item:nth-child(1) {
		width: 40%;
	}

	.layer-item:nth-child(2) {
		width: 5%;
	}

	.layer-item:nth-child(3) {
		width: 15%;
	}

	.layer-item:nth-child(4) {
		width: 40%;
	}
}

//  Layer-6
.layer-6 {
	.layer-item:nth-child(odd) {
		width: 30%;
	}

	.layer-item:nth-child(even) {
		width: 70%;
	}
}

//  Layer-8
.layer-8 {
	.layer-item:nth-child(1) {
		width: 40%;
	}

	.layer-item:nth-child(2) {
		width: 20%;
	}

	.layer-item:nth-child(3) {
		width: 40%;
	}
}