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

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

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

.drop-zone-root {
	.drop-zone-target {
		align-items: center;
		display: flex;
		height: 16px;
		width: 100%;

		.drop-zone-indicator {
			background-color: $primary;
			height: 2px;
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy