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

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

@use '../globals';
@use '../tokens';

.#{globals.$prefix}--#{globals.$charts-prefix}--ruler,
.#{globals.$prefix}--#{globals.$charts-prefix}--ruler-binned {
	line.ruler-line {
		stroke: tokens.$layer-inverse-absolute;
		stroke-width: 1px;
		stroke-dasharray: 2;
		pointer-events: none;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy