2015-12-17 10:28:15 +00:00
|
|
|
.navigation {
|
2015-12-14 16:37:15 +00:00
|
|
|
|
2016-04-11 10:40:32 +01:00
|
|
|
padding: $gutter-two-thirds $gutter-half 0 0;
|
2015-12-14 16:37:15 +00:00
|
|
|
|
2016-02-08 11:11:55 +00:00
|
|
|
ul,
|
|
|
|
|
h2 {
|
2016-02-02 13:38:39 +00:00
|
|
|
@include core-19;
|
|
|
|
|
margin: 10px 20px 15px 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 {
|
|
|
|
|
font-weight: bold;
|
2016-03-21 17:01:31 +00:00
|
|
|
margin-bottom: 10px;
|
2016-02-01 11:26:38 +00:00
|
|
|
}
|
|
|
|
|
|
2016-01-18 14:31:27 +00:00
|
|
|
li {
|
2016-02-02 13:38:39 +00:00
|
|
|
margin: 10px 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
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|