mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[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:
parent
6d5cda887d
commit
eda59a1de8
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user