2016-01-11 16:20:32 +00:00
|
|
|
.management-navigation {
|
2016-01-08 15:53:57 +00:00
|
|
|
|
2016-01-11 16:20:32 +00:00
|
|
|
@extend %site-width-container;
|
2016-01-11 16:23:34 +00:00
|
|
|
@include core-16();
|
2016-01-11 16:20:32 +00:00
|
|
|
border-bottom: 1px solid $border-colour;
|
|
|
|
|
padding: 10px 0 8px;
|
2016-01-08 15:53:57 +00:00
|
|
|
|
2016-01-11 17:19:09 +00:00
|
|
|
a {
|
|
|
|
|
|
|
|
|
|
&:link,
|
|
|
|
|
&:visited {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
color: $link-hover-colour;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-08 15:53:57 +00:00
|
|
|
}
|
|
|
|
|
|
2016-01-11 16:20:32 +00:00
|
|
|
&-account {
|
2016-01-08 15:53:57 +00:00
|
|
|
|
2016-01-11 16:20:32 +00:00
|
|
|
@include media(tablet) {
|
2016-01-08 15:53:57 +00:00
|
|
|
|
2016-01-11 16:20:32 +00:00
|
|
|
text-align: right;
|
2016-01-08 15:53:57 +00:00
|
|
|
|
2016-01-11 16:20:32 +00:00
|
|
|
a {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
2016-01-08 15:53:57 +00:00
|
|
|
|
2016-01-11 16:20:32 +00:00
|
|
|
}
|
2016-01-11 15:53:50 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|