mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-7448] Fix notifications colors, move them from adf to aca (#3771)
This commit is contained in:
@@ -142,8 +142,28 @@ mat-toolbar.mat-toolbar.mat-toolbar-single-row {
|
|||||||
color: var(--theme-secondary-text);
|
color: var(--theme-secondary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
adf-snackbar-content {
|
mat-snack-bar-container {
|
||||||
.mat-mdc-button.mat-unthemed {
|
.mat-mdc-button.mat-unthemed {
|
||||||
--mdc-text-button-label-text-color: #fff;
|
--mdc-text-button-label-text-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-warning-snackbar,
|
||||||
|
.adf-info-snackbar,
|
||||||
|
.adf-error-snackbar {
|
||||||
|
--mat-mdc-snack-bar-button-color: #fff;
|
||||||
|
--mdc-snackbar-supporting-text-color: #fff;
|
||||||
|
--mdc-text-button-label-text-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.adf-warning-snackbar {
|
||||||
|
--mdc-snackbar-container-color: var(--theme-accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.adf-info-snackbar {
|
||||||
|
--mdc-snackbar-container-color: var(--theme-primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.adf-error-snackbar {
|
||||||
|
--mdc-snackbar-container-color: var(--theme-warn-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user