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

package.scss.graphs._scatter-stacked.scss Maven / Gradle / Ivy

@use '@carbon/styles/scss/theme';
@use '../globals';

.#{globals.$prefix}--#{globals.$charts-prefix}--scatter-stacked {
	circle.dot.unfilled {
		fill: theme.$layer-01;
		stroke-width: 1.5;
	}

	circle.dot.threshold-anomaly {
		stroke-width: 3;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy