mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
28 lines
335 B
SCSS
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;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|