mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-13780] Use theme variables for about page (#3130)
This commit is contained in:
@@ -62,8 +62,8 @@ $defaults: (
|
||||
--theme-grey-divider-color: $grey-divider,
|
||||
--theme-pagination-background-color: mat.get-color-from-palette($background, background),
|
||||
--theme-about-panel-border-color: $grey-background,
|
||||
--theme-about-panel-background-color: #fff,
|
||||
--theme-about-panel-title-color: #212121,
|
||||
--theme-about-panel-background-color: mat.get-color-from-palette($background, card),
|
||||
--theme-about-panel-title-color: mat.get-color-from-palette($foreground, text),
|
||||
--theme-datetimepicker-font-color: $datetimepicker-font-color,
|
||||
--theme-datetimepicker-selected-date-background: $datetimepicker-selected-date-background,
|
||||
--theme-datetimepicker-cell-background: $datetimepicker-cell-background-color,
|
||||
|
Reference in New Issue
Block a user