HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-59-generic #61-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 11 23:16:11 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/admin/src/scss/_templates.scss
.eb-templates-intro-block {
	.temlately-logo {
		width: 145px;
		margin-bottom: 15px;
	}

	h2 {
		margin: 0;
		padding: 0;
		font-weight: 700;
		font-size: 30px;
		line-height: 45px;
		color: #211c70;

		span {
			background: linear-gradient(91deg, #f34f8c 50%, #ffb45a 40%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
			text-fill-color: transparent;
		}
	}

	ul {
		margin: 15px 0 0 0;

		li {
			margin-bottom: 6px;
			display: flex;
			gap: 10px;
			align-items: center;
			margin: 0 0 15px 0;

			font-weight: 500;
			font-size: 14px;
			line-height: 24px;
			/* or 171% */

			color: #211c70;

			svg,
			img {
				width: 20px;
			}
		}
	}

	.eb-btn {
		margin: 30px 0 0 30px;
	}

	.eb-admin-grid {
		margin-bottom: 0;
	}

	.eb-admin-video-block {
		@media all and (max-width: 767px) {
			margin-top: 30px;
		}
	}
}

.templates-heading-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;

	h3 {
		font-weight: 700;
		font-size: 24px;
		line-height: 31px;
		color: #211c70;
		margin: 0 !important;
	}
}

.eb-templates-block {
	background: #ffffff;
	box-shadow: 0px 15px 25px -10px rgba(32, 31, 80, 0.15);
	border-radius: 5px;
	display: block;
	text-align: center;
	transition: all 0.15s ease-in-out;

	@media all and (max-width: 767px) {
		margin-top: 30px;
	}

	&:hover {
		box-shadow: 0px 65px 75px -10px rgba(32, 31, 80, 0.25);
	}

	img {
		width: 100%;
		border-radius: 5px 5px 0 0;
	}

	h4 {
		font-weight: 700;
		font-size: 18px;
		line-height: 28px;
		text-decoration: none;
		display: inline-block;
		margin: 15px;
		word-break: break-word;
		text-align: center;
		color: #211c70;
	}
}