File "_links.scss"

Full Path: /home/attunedd/public_html/byp/wp-content/themes/izo/sass/base/elements/_links.scss
File size: 370 bytes
MIME-type: text/plain
Charset: utf-8

a {
	color: $color__link;
	text-decoration: none;
	transition: color 0.3s;

	&:hover,
	&:focus,
	&:active {
		color: $color__link-hover;
		text-decoration: none;
	}

	&:focus {
		outline: thin dotted;
	}

	&:hover,
	&:active {
		outline: 0;
	}

	.entry-content & {
		text-decoration: underline;
	}

	.product-name &,
	&.remove,
	&.button {
		text-decoration: none;
	}
}