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/blocks/button/src/style.scss
.eb-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	&-wrapper {
		display: flex;
		flex-direction: column;
	}

	a.eb-button-anchor {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 13px 22px;
		color: #ffffff;
		background-color: rgb(121, 103, 255);
		text-decoration: none;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		line-height: inherit;
		border-radius: 6px;
		transition: all 0.3s ease-in-out;
		&:hover {
			background-color: rgb(81, 63, 212);
			color: #ffffff;
		}
	}

	&-link {
		display: flex;
		align-items: center;
		margin-top: 10px;
	}
	&-text {
		display: inline-block;
	}
}