mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
8 lines
175 B
SCSS
8 lines
175 B
SCSS
@mixin adf-analytics-date-range-widget-theme($theme) {
|
|
$warn: map-get($theme, warn);
|
|
|
|
.adf-date-range-analytics-text-danger {
|
|
color: mat-color($warn);
|
|
}
|
|
}
|