Refactor general list styles as it was to specific. #5.

This commit is contained in:
Arpad Csanyi
2016-03-15 17:35:31 +01:00
parent 0bdf61a3a3
commit d7e4fa19ab
2 changed files with 15 additions and 14 deletions
+3 -2
View File
@@ -8,10 +8,11 @@
overflow-y: auto; overflow-y: auto;
width: 250px; width: 250px;
height: 100%; } height: 100%; }
#sidebar-menu ul {
ul {
padding: 0; padding: 0;
margin: 0; } margin: 0; }
#sidebar-menu ul li { ul li {
list-style: none; list-style: none;
padding: 0; } padding: 0; }
+1 -1
View File
@@ -9,6 +9,7 @@
overflow-y: auto; overflow-y: auto;
width: 250px; width: 250px;
height: 100%; height: 100%;
}
// General list styles for the sidebar-menu. // General list styles for the sidebar-menu.
ul { ul {
@@ -20,7 +21,6 @@
padding: 0; padding: 0;
} }
} }
}
.sidebar { .sidebar {
&__level-1 { &__level-1 {