gabrielgio.me @ 9176f98eb7fa33bee31efcf3aab619e39d0a05d4

 1.active-link {
 2  color: $active-link-color;
 3}
 4
 5.disabled-link {
 6  cursor: not-allowed;
 7  opacity: 0.5;
 8  text-decoration: none;
 9  pointer-events: none;
10}