@mixin color-svg($color) {
	.stroke {
    stroke: $color;
    fill: none;
	}

	.fill {
		fill: $color;
	}
}
