Change sidebar styles
This commit is contained in:
@@ -32,9 +32,9 @@ body.dashboard {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
font-size: 14px;
|
font-size: 0.8em;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom: $sidebar-border-color;
|
border-bottom: $sidebar-border-color;
|
||||||
}
|
}
|
||||||
@@ -55,8 +55,8 @@ body.dashboard {
|
|||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ body.dashboard .sidebar {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none; }
|
list-style: none; }
|
||||||
body.dashboard .sidebar ul li {
|
body.dashboard .sidebar ul li {
|
||||||
font-size: 14px; }
|
font-size: 0.8em; }
|
||||||
body.dashboard .sidebar ul li:last-child {
|
body.dashboard .sidebar ul li:last-child {
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
|
||||||
body.dashboard .sidebar ul li.active {
|
body.dashboard .sidebar ul li.active {
|
||||||
@@ -117,7 +117,7 @@ body.dashboard .sidebar {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none; }
|
list-style: none; }
|
||||||
body.dashboard .sidebar ul li {
|
body.dashboard .sidebar ul li {
|
||||||
font-size: 14px; }
|
font-size: 0.8em; }
|
||||||
body.dashboard .sidebar ul li:last-child {
|
body.dashboard .sidebar ul li:last-child {
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
|
||||||
body.dashboard .sidebar ul li.active {
|
body.dashboard .sidebar ul li.active {
|
||||||
|
|||||||
@@ -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"
|
"js/all.js": "js/all-c84ab03b.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user