Files
notifications-admin/app/assets/stylesheets/components/switcher.scss
Chris Hill-Scott 732efd25c7 Refactor markup
Strips it down to only what’s necessary

As a separate commit for easier diffing.
2016-01-12 11:47:02 +00:00

28 lines
335 B
SCSS

.management-navigation {
@extend %site-width-container;
@include core-19();
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;
}
}
}
}