Refactor general list styles as it was to specific. #5.
This commit is contained in:
+3
-2
@@ -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
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user