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

27 lines
323 B
SCSS
Raw Normal View History

2015-12-17 10:28:15 +00:00
.navigation {
2015-12-14 16:37:15 +00:00
2016-01-11 15:53:50 +00:00
padding: 3px 0 0 0;
2015-12-14 16:37:15 +00:00
2015-12-17 10:28:15 +00:00
li {
@include core-16();
margin: 3px 0;
}
2015-12-14 16:37:15 +00:00
2015-12-17 10:28:15 +00:00
ul {
border-bottom: 1px solid $border-colour;
margin: 0 20px 0 0;
list-style-type: none;
padding: 0;
}
2015-12-14 16:37:15 +00:00
2015-12-17 10:28:15 +00:00
a:link,
a:visited {
text-decoration: none;
}
a:hover {
color: $link-hover-colour;
}
}