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/color/modal.scss
$top-offset: 12px;

.ct-color-modal-wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 20;
}

.ct-color-picker-modal {
	width: var(--modalWidth, 295px);
	border-radius: 8px;
}

// modal arrow
.ct-color-picker-modal {
	&[data-position='bottom'] {
		.ct-arrow {
			top: -12px;
		}
	}

	&[data-position='top'] {
		.ct-arrow {
			bottom: -12px;
		}
	}

	.ct-arrow {
		position: absolute;
		z-index: 1;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 7px 6px;
		border-color: transparent transparent red transparent;
	}
}