@import '../../variables.less';
@import '../../mixins.less';
/***************
Icons.less
*****************/
#ecf-creator, .ecf-output-fields-wrapper  {
	svg {
		width: 16px;
		height: auto;
	}
	[class^="ri-"], [class*=" ri-"] {
		font-size: 20px;
	}
	ion-icon {
		position: relative;
		&:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: transparent;
			z-index: 1;
		}
	}
}