Skip to content

Commit

Permalink
Updated responsive menu bar styles; Closes #1138
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaaarc committed Jan 17, 2017
1 parent 95378d4 commit 96e415d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/admin/src/resources/css/admin.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions modules/admin/src/resources/scss/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
@import 'components/navbar';
@import 'components/ng-wig';
@import 'components/search-box';
@import 'components/side-nav';
@import 'components/sidebar';
@import 'components/spin';
@import 'components/submenu';
Expand Down
16 changes: 16 additions & 0 deletions modules/admin/src/resources/scss/components/_side-nav.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.side-nav li {
border-bottom: 1px solid #eee;
}

.side-nav a {
height: auto;
line-height: 1.3rem;
display: block;
padding: 15px 0;
text-align: left;

i {
display: inline-block;
width: auto;
}
}

0 comments on commit 96e415d

Please sign in to comment.