Files
notifications-admin/app/assets/stylesheets/components/navigation.scss
T

49 lines
658 B
SCSS
Raw Normal View History

2015-12-17 10:28:15 +00:00
.navigation {
2015-12-14 16:37:15 +00:00
2016-06-22 09:33:49 +01:00
padding: 0 $gutter 0 0;
2015-12-14 16:37:15 +00:00
2016-11-18 11:18:29 +00:00
&-service {
padding: 11px 0 9px 0;
border-bottom: 1px solid $border-colour;
margin: 0 0 10px;
position: relative;
2017-02-13 10:46:56 +00:00
&-name {
2016-11-18 11:18:29 +00:00
@include bold-19;
margin: 0 0 0 0;
}
&-switch {
@include core-16;
text-align: right;
position: absolute;
top: 0;
right: 0;
padding: 13px 0 9px 15px;
}
}
li {
2016-02-02 13:38:39 +00:00
@include core-19;
2016-06-22 09:33:49 +01:00
margin: 10px 0 0 0;
2015-12-17 10:28:15 +00:00
list-style-type: none;
}
2016-02-08 11:11:55 +00:00
a {
&:link,
&:visited {
text-decoration: none;
}
&:hover {
color: $link-hover-colour;
text-decoration: underline;
}
2015-12-17 10:28:15 +00:00
}
}