HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (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/drakkar_site/wp-content/themes/blocksy/static/sass/backend/admin/activation-notice.scss
.notice-blocksy-plugin,
.notice-blocksy-blocks-move,
.notice-blocksy-woo-deprecation {
	position: relative;
	padding: 25px 20px;
	border-left-color: #00a0d2;
}

.ct-blocksy-plugin-inner,
.ct-blocksy-blocks-move-inner,
.ct-blocksy-woo-deprecation-inner {
	display: flex;
	// line-height: 1.5;
	// align-items: center;

	.ct-notification-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		// margin-top: 2px;
		margin-right: 20px;
		border-radius: 100%;
		// background: rgba(0, 160, 210, 0.1);
		box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.03);
	}

	h2 {
		font-weight: 700;
		margin: 0 0 10px 0;
	}

	.notice-subheading {
		font-size: 14px;
		font-weight: 500;
	}

	p {
		padding: 0;
		margin: 0 0 1.5em 0;
	}

	.notice-actions {
		display: flex;
		align-items: center;

		> * {
			display: flex;
			align-items: center;

			&:first-child {
				margin-right: 10px;
			}
		}

		i {
			width: 18px;
			height: 18px;
			font-size: 18px;
			margin-left: 7px;
			animation: spin 1.5s infinite linear;
		}

		.ct-why-button {
			background: transparent;

			&:not(:hover) {
				border-color: transparent;
			}
		}
	}
}

@keyframes shake {
	0% { transform: translate3d(0, 0, 0) }
	2.59259% { transform: translate3d(-1px, 0, 0) }
	5.18519% { transform: translate3d(1.5px, 0, 0) }
	7.77778% { transform: translate3d(-2px, 0, 0) }
	10.37037% { transform: translate3d(2px, 0, 0) }
	12.96296% { transform: translate3d(-2px, 0, 0) }
	15.55556% { transform: translate3d(2px, 0, 0) }
	18.14815% { transform: translate3d(-2px, 0, 0) }
	20.74074% { transform: translate3d(1.5px, 0, 0) }
	23.33333% { transform: translate3d(-1px, 0, 0) }
	25.92593% { transform: translate3d(0, 0, 0) }
	100% { transform: translate3d(0, 0, 0) }
}

@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}