[ADF-2097] Sidebar Action Menu - New component (#2813)

SidebarMenu Component
This commit is contained in:
siva kumar
2018-01-11 20:24:50 +05:30
committed by Eugenio Romano
parent 783f7f0497
commit d5b17c14e2
25 changed files with 492 additions and 14 deletions

View File

@@ -18,6 +18,7 @@
@import '../userinfo/components/user-info.component';
@import '../viewer/components/viewer.component';
@import '../form/components/form.component';
@import '../sidebar/sidebar-action-menu.component';
@mixin adf-core-theme($theme) {
@include adf-colors-theme($theme);
@@ -37,7 +38,8 @@
@include adf-toolbar-theme($theme);
@include adf-userinfo-theme($theme);
@include adf-viewer-theme($theme);
@include adf-form-component-theme($theme)
@include adf-form-component-theme($theme);
@include adf-sidebar-action-menu-theme($theme);
}