2015-12-17 10:28:15 +00:00
|
|
|
.navigation {
|
2015-12-14 16:37:15 +00:00
|
|
|
|
2016-06-22 09:33:49 +01:00
|
|
|
padding: 0 $gutter 0 0;
|
2015-12-14 16:37:15 +00:00
|
|
|
|
2016-06-22 09:28:40 +01:00
|
|
|
li {
|
2016-02-02 13:38:39 +00:00
|
|
|
@include core-19;
|
2016-06-22 09:33:49 +01:00
|
|
|
margin: 10px 0 0 0;
|
2015-12-17 10:28:15 +00:00
|
|
|
list-style-type: none;
|
2016-03-21 17:01:31 +00:00
|
|
|
}
|
|
|
|
|
|
2016-02-01 11:26:38 +00:00
|
|
|
h2 {
|
2016-06-22 09:28:40 +01:00
|
|
|
@include bold-19;
|
2016-06-22 09:33:49 +01:00
|
|
|
margin: $gutter 0 0 0;
|
2015-12-17 10:28:15 +00:00
|
|
|
}
|
2015-12-14 16:37:15 +00:00
|
|
|
|
2016-02-08 11:11:55 +00:00
|
|
|
a {
|
|
|
|
|
|
|
|
|
|
&:link,
|
|
|
|
|
&:visited {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
color: $link-hover-colour;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2015-12-17 10:28:15 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|