aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/assets/scss/_links.scss
blob: 8afe1a1e386fe24e25a35f87b137d0590c8ea9e6 (plain)
1
2
3
4
5
6
7
8
9
10
.active-link {
  color: $active-link-color;
}

.disabled-link {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}