2018-05-31 00:00:09 +02:00
|
|
|
/* LINKS */
|
|
|
|
|
|
|
|
a, a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--primary, .link--primary:visited {
|
2018-06-08 17:50:25 +02:00
|
|
|
color: $interactive-color;
|
2018-05-31 00:00:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.link--secondary, .link--secondary:visited {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0.3em;
|
2018-06-08 17:50:25 +02:00
|
|
|
color: $secondary-color;
|
2018-05-31 00:00:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.link--disabled-text {
|
2018-06-08 17:50:25 +02:00
|
|
|
color: $secondary-color;
|
2018-05-31 00:00:09 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--nav {
|
2018-06-08 17:50:25 +02:00
|
|
|
color: $primary-color;
|
2018-05-31 00:00:09 +02:00
|
|
|
border-bottom: 2px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link--nav:hover {
|
2018-06-08 17:50:25 +02:00
|
|
|
color: $interactive-color;
|
2018-05-31 00:00:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.link--nav-active {
|
2018-06-08 17:50:25 +02:00
|
|
|
color: $interactive-color;
|
|
|
|
border-bottom: 2px solid $interactive-color;
|
2018-05-31 00:00:09 +02:00
|
|
|
}
|