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

package.scss.components._highlights.scss Maven / Gradle / Ivy

@use '../globals';
@use '@carbon/colors';

.#{globals.$prefix}--#{globals.$charts-prefix}--highlight {
	rect.highlight-bar {
		pointer-events: none;
		fill: colors.$magenta-50;
		stroke: colors.$magenta-50;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy