mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2097] Sidebar Action Menu - New component (#2813)
SidebarMenu Component
This commit is contained in:
committed by
Eugenio Romano
parent
783f7f0497
commit
d5b17c14e2
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user