HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //home5/cca63905/.trash/wp-content/plugins/elementor/app/assets/js/organisms/drop-zone.scss
$e-app-drop-zone-icon-color: tints(400);
$e-app-drop-zone-icon-dark-color: tints(400);
$e-app-drop-zone-text-color: tints(500);
$e-app-drop-zone-text-dark-color: dark-tints(200);
$e-app-drop-zone-secondary-text-color: tints(600);
$e-app-drop-zone-secondary-text-dark-color: dark-tints(100);

$root: e-app-drop-zone;

.#{$root} {
	--e-app-drop-zone-icon-color: #{$e-app-drop-zone-icon-color};
	--e-app-drop-zone-text-color: #{$e-app-drop-zone-text-color};
	--e-app-drop-zone-secondary-text-color: #{$e-app-drop-zone-secondary-text-color};

	&__icon {
		margin-bottom: spacing(44);
		color: var(--e-app-drop-zone-icon-color);
		font-size: 60px;
	}

	&__text {
		color: var(--e-app-drop-zone-text-color);
	}

	&__secondary-text {
		color: var(--e-app-drop-zone-secondary-text-color);
	}
}

.eps-theme-dark {
	.#{$root} {
		--e-app-drop-zone-icon-color: #{$e-app-drop-zone-icon-dark-color};
		--e-app-drop-zone-text-color: #{$e-app-drop-zone-text-dark-color};
		--e-app-drop-zone-secondary-text-color: #{$e-app-drop-zone-secondary-text-dark-color};
	}
}