Initial nav & implementation on dashboard

This commit is contained in:
Chris Heathcote
2015-12-14 16:37:15 +00:00
parent 49a8caefa0
commit ec020a42f4
7 changed files with 104 additions and 14 deletions

View File

@@ -0,0 +1,23 @@
#navigation {
padding: 50px 0 0 0;
}
#navigation li {
@include core-16();
margin: 3px 0;
}
#navigation ul {
border-bottom: 1px solid #777;
margin: 0 20px 0 0;
list-style-type: none;
padding: 0;
}
#navigation a:link,a:visited {
text-decoration: none;
}
#navigation a:hover {
color: #2e8aca;
}