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;
}
}
}
}
}
}
}
}

View File

@@ -117,7 +117,7 @@ body.dashboard .sidebar {
padding: 0;
list-style: none; }
body.dashboard .sidebar ul li {
font-size: 14px; }
font-size: 0.8em; }
body.dashboard .sidebar ul li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
body.dashboard .sidebar ul li.active {

View File

@@ -117,7 +117,7 @@ body.dashboard .sidebar {
padding: 0;
list-style: none; }
body.dashboard .sidebar ul li {
font-size: 14px; }
font-size: 0.8em; }
body.dashboard .sidebar ul li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
body.dashboard .sidebar ul li.active {

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-137c368c.css",
"css/all.css": "css/all-f5ad53eb.css",
"js/all.js": "js/all-c84ab03b.js"
}