Change sidebar styles

This commit is contained in:
James Brooks
2014-12-04 23:27:40 +00:00
parent 1b9e504030
commit e293f89fa4
4 changed files with 7 additions and 7 deletions

View File

@@ -32,9 +32,9 @@ body.dashboard {
margin: 0;
padding: 0;
list-style: none;
li {
font-size: 14px;
font-size: 0.8em;
&:last-child {
border-bottom: $sidebar-border-color;
}
@@ -55,8 +55,8 @@ body.dashboard {
&:hover {
text-decoration: none;
}
}
}
}
}
}
}
}