Files
notifications-admin/app/assets/stylesheets/components/switcher.scss

28 lines
335 B
SCSS
Raw Normal View History

.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;
}
}
2016-01-11 15:53:50 +00:00
}
}