.ska-blocks__color-text-control {

	& > .components-base-control__field {
		position: relative;

		input.components-text-control__input {
			padding-left: 32px;
		}
	}

	&__indicator {
		position: absolute;
		height: 32px;
		bottom: 0;
		z-index: 1;

		& > button {
			height: 100%;
			padding: 0 6px;

			&[disabled] {
				pointer-events: none;
			}
		}
	}
}
