mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user