Tidy up navigation code

- use SASS variables for colours and spacing
- make navigation an include not a macro (because it doesn’t take any
  parameters)
This commit is contained in:
Chris Hill-Scott
2016-01-05 13:22:08 +00:00
parent ab190cb585
commit 6bdc0d3fce
4 changed files with 27 additions and 36 deletions
+2 -12
View File
@@ -40,20 +40,10 @@
}
}
#global-header #logo {
white-space: nowrap;
white-space: nowrap;
}
.column-three-quarters {
@include grid-column(3/4);
}
a:visited {
color: #005ea5;
color: $link-colour;
}