$brand-color = #da3412;
$brand-color = #da3412;
$opacity = ($opt = 0){
filter: alpha(opacity = round($opt * 100));
opacity: $opt;
}
.link{
color: $brand-color;
&:hover{
color: l-adjust($brand-color, 5%);
$opacity: .9;
}
&:active{
color: l-adjust($brand-color, -5%);
$opacity: 1;
}
}
.link{
.link{
color:#da3412;
}
.link:hover{
color:#ec3d19;
filter:alpha(opacity = 90);
opacity:0.9;
}
.link:active{
color:#c22e10;
filter:alpha(opacity = 100);
opacity:1;
}