Skip to content

Commit

Permalink
feat(stark-ui): implementation of the app sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
catlabs committed Aug 27, 2018
1 parent bf1eec9 commit 7316d2c
Show file tree
Hide file tree
Showing 35 changed files with 8,089 additions and 1,776 deletions.
467 changes: 265 additions & 202 deletions package-lock.json

Large diffs are not rendered by default.

442 changes: 206 additions & 236 deletions packages/stark-build/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/stark-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 62 additions & 56 deletions packages/stark-testing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/stark-ui/assets/themes/_menu-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,24 @@
color: map-get($mat-light-theme-foreground, disabled-button);
}
}

/* TODO: This code soul be moved when the app menu is implemented */
stark-app-sidebar {
.stark-app-sidenav-menu {
background-color: #16385a;
.mat-nav-list {
padding-top: 0;
.mat-list-item {
color: #fff;
font-size: 13px;
&:hover a {
background-color: rgba($color: #fff, $alpha: 0.3);
}
}
.mat-list-item-focus.active,
a.active {
background-color: rgba($color: #fff, $alpha: 0.4);
}
}
}
}
Loading

0 comments on commit 7316d2c

Please sign in to comment.