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/themes/blocksy/static/sass/backend/options/options-inherit-state.scss
// inherit preview
.ct-color-inherit {
	will-change: transform;
	background-color: #fff !important;

	svg {
		width: 18px;
		height: 18px;
		fill: #555d66;
		animation: spin 4.5s infinite linear;
	}

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

.ct-color-picker-single .ct-color-inherit svg {
	width: 14px;
	height: 14px;
}


// no color pill
.ct-no-color {
	background: rgba(255, 255, 255, 0.8);

	&:after {
		position: absolute;
		content: '';
		width: 12px;
		height: 2px;
		background: #e60606;
		border-radius: 2px;
		transform: rotate(-40deg);
	}
}