[ACS-8746] yellow warning color (#10883)

* [ACS-8746] yellow warning color

* [ACS-8746] move snackbar bg styling to app level

* [ACS-8746] missing comma
This commit is contained in:
Grzegorz Jaśkowski 2025-06-13 18:50:11 +02:00 committed by GitHub
parent 6d5cda887d
commit eda59a1de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 15 deletions

View File

@ -8,7 +8,6 @@
@import './mat-selectors';
@import '../form/components/widgets/form.theme';
@import '../clipboard/clipboard.theme';
@import './snackbar.theme';
@import './material.theme';
@mixin alfresco-material-theme($theme) {
@ -115,7 +114,6 @@
}
@include datetimepicker-theme.mat-datetimepicker-theme($theme);
@include adf-snackbar-theme;
@include adf-material-theme;
}

View File

@ -1,13 +0,0 @@
@mixin adf-snackbar-theme() {
.adf-error-snackbar {
background-color: var(--theme-warn-color);
}
.adf-warning-snackbar {
background-color: var(--theme-accent-color);
}
.adf-info-snackbar {
background-color: var(--theme-primary-color);
}
}