Files
notifications-admin/app/assets/stylesheets/components/management-navigation.scss
Chris Hill-Scott 4cb535a2e1 Add progressive enhancement to service switcher
- 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
2016-01-12 11:47:02 +00:00

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;
}
}
}
}