Clean style creations ADF (#7385)

This commit is contained in:
Eugenio Romano
2021-11-29 16:14:26 +00:00
committed by GitHub
parent 684b1e7d65
commit ce43d0a766
27 changed files with 161 additions and 158 deletions

View File

@@ -6,6 +6,10 @@
@import './material.theme';
@import '~@mat-datetimepicker/core/datetimepicker/datetimepicker-theme.scss';
@mixin alfresco-material-theme($theme) {
@include adf-core-theme($theme);
}
@mixin adf-core-theme($theme) {
$foreground: map-get($theme, foreground);
$background: map-get($theme, background);