HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/plugins/blocksy-companion-pro/static/sass/demo-install/plugins.scss
.ct-demo-plugins {
	label {
		margin: 0 auto;
	}
}

.ct-active-plugin {
	display: flex;
	align-items: center;
	position: relative;
	text-align: left;
	padding: 10px 0;

	span {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: -2px;
		width: 22px;
		height: 22px;
		border-radius: 100%;
		box-sizing: border-box;
		background: rgba(179, 189, 201, 0.3);

		&:before, &:after {
			position: absolute;
			content: '';
			width: 2px;
			border-radius: 2px;
			background: rgba(104, 124, 147, 0.6);
		}

		&:before {
			top: 10px;
			left: 10px;
			height: 5px;
			transform: rotate(-45deg);
			transform-origin: bottom center;
		}

		&:after {
			height: 9px;
			left: 9px;
			transform: rotate(40deg);
			transform-origin: bottom center;
		}
	}
}