mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
10
lib/insights/styles/index.scss
Normal file
10
lib/insights/styles/index.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
@import '../diagram/components/tooltip/diagram-tooltip.component';
|
||||
|
||||
@import '../analytics-process/components/analytics-report-list.component';
|
||||
@import '../analytics-process/components/widgets/date-range/date-range.widget';
|
||||
|
||||
@mixin adf-insights-theme($theme) {
|
||||
@include adf-diagram-tooltip-theme($theme);
|
||||
@include adf-analytics-report-list-theme($theme);
|
||||
@include adf-analytics-date-range-widget-theme($theme);
|
||||
}
|
Reference in New Issue
Block a user