mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #719 from alphagov/dashboard-link
Add a ‘dashboard’ link to the navigation
This commit is contained in:
@@ -1,21 +1,16 @@
|
||||
.navigation {
|
||||
|
||||
padding: $gutter-two-thirds $gutter-half 0 0;
|
||||
padding: 0 $gutter 0 0;
|
||||
|
||||
ul,
|
||||
h2 {
|
||||
li {
|
||||
@include core-19;
|
||||
margin: 10px 20px 15px 0;
|
||||
margin: 10px 0 0 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 10px 0 0 0;
|
||||
@include bold-19;
|
||||
margin: $gutter 0 0 0;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user