mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
37 lines
443 B
SCSS
37 lines
443 B
SCSS
.management-navigation {
|
|
|
|
@extend %site-width-container;
|
|
@include core-16();
|
|
border-bottom: 1px solid $border-colour;
|
|
padding: 10px 0 8px;
|
|
|
|
a {
|
|
|
|
&:link,
|
|
&:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
&:hover {
|
|
color: $link-hover-colour;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
}
|
|
|
|
&-account {
|
|
|
|
@include media(tablet) {
|
|
|
|
text-align: right;
|
|
|
|
a {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|