mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-06 00:48:46 -04:00
Add a ‘dashboard’ link to the navigation
It’s been unclear that: - the dashboard exists - that you click the name of the service to get back to it So this commit: - takes the link off the service name - adds a link labelled ‘Dashboard’ to the navigation
This commit is contained in:
@@ -2,20 +2,15 @@
|
||||
|
||||
padding: $gutter-two-thirds $gutter-half 0 0;
|
||||
|
||||
ul,
|
||||
h2 {
|
||||
h2,
|
||||
li {
|
||||
@include core-19;
|
||||
margin: 10px 20px 15px 0;
|
||||
margin: 10px 20px 0 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 10px 0 0 0;
|
||||
@include bold-19;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user