All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.css._empty_drop_zone.scss Maven / Gradle / Ivy

The newest version!
@import 'cadmin-variables';

.empty-drop-zone {
	border-width: 2px;

	&.border-secondary-light {
		border-color: $cadmin-secondary-l2;
	}

	&--dashed {
		border-style: dashed;
	}

	&--target {
		background: $cadmin-primary-l3;
		border-style: solid;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy