mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
11 lines
424 B
SCSS
11 lines
424 B
SCSS
@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);
|
|
}
|