mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
- by default, the menu is open - if Javascript is enabled/loaded, the links are hidden, and visual cues (▶) to show that it can be opened are added - clicking it opens and closes it
28 lines
335 B
SCSS
28 lines
335 B
SCSS
.management-navigation {
|
|
|
|
@extend %site-width-container;
|
|
@include core-16();
|
|
border-bottom: 1px solid $border-colour;
|
|
padding: 10px 0 8px;
|
|
|
|
a:link,
|
|
a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
&-account {
|
|
|
|
@include media(tablet) {
|
|
|
|
text-align: right;
|
|
|
|
a {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|