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

31 lines
354 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
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;
}
h2 {
@include bold-19;
2016-06-22 09:33:49 +01:00
margin: $gutter 0 0 0;
2015-12-17 10:28:15 +00:00
}
2015-12-14 16:37:15 +00:00
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
}
}