mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
8 lines
295 B
SCSS
8 lines
295 B
SCSS
@import '../src/components/analytics-report-list.component';
|
|
@import '../src/components/widgets/date-range/date-range.widget';
|
|
|
|
@mixin alfresco-activity-analytics-theme($theme) {
|
|
@include adf-analytics-report-list-theme($theme);
|
|
@include adf-analytics-date-range-widget-theme($theme);
|
|
}
|