Refactor general list styles as it was to specific. #5.
This commit is contained in:
13
css/app.css
13
css/app.css
@@ -8,12 +8,13 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 100%; }
|
height: 100%; }
|
||||||
#sidebar-menu ul {
|
|
||||||
padding: 0;
|
ul {
|
||||||
margin: 0; }
|
padding: 0;
|
||||||
#sidebar-menu ul li {
|
margin: 0; }
|
||||||
list-style: none;
|
ul li {
|
||||||
padding: 0; }
|
list-style: none;
|
||||||
|
padding: 0; }
|
||||||
|
|
||||||
.sidebar__level-1 {
|
.sidebar__level-1 {
|
||||||
padding: .5rem 1rem;
|
padding: .5rem 1rem;
|
||||||
|
|||||||
@@ -9,16 +9,16 @@
|
|||||||
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 {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
li {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user