mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[AAE-12782] Custom theme - add custom color for app-bar (#8452)
This commit is contained in:
parent
9c33ed68aa
commit
4d50da91c0
@ -6,12 +6,14 @@
|
||||
$card: map.get($background, card);
|
||||
|
||||
$new-card-color: color.adjust($background-color, $lightness: 10%);
|
||||
$new-selected-button: color.adjust($background-color, $lightness: 5%);
|
||||
$new-app-bar: color.adjust($background-color, $lightness: 5%);
|
||||
$new-selected-button: color.adjust($background-color, $lightness: 7%);
|
||||
|
||||
$background: map.merge($background, (background: $background-color));
|
||||
$background: map.merge($background, (card: $new-card-color));
|
||||
$background: map.merge($background, (modal: $new-card-color));
|
||||
$background: map.merge($background, (dialog: $new-card-color));
|
||||
$background: map.merge($background, (app-bar: $new-app-bar));
|
||||
$background: map.merge($background, (selected-button: $new-selected-button));
|
||||
|
||||
$theme-with-new-background: map.merge($theme, (background: $background));
|
||||
|
Loading…
x
Reference in New Issue
Block a user