[ACS-11271] Rebranding of FE apps (#5103)

This commit is contained in:
Dominik Iwanek
2026-03-19 08:58:14 +01:00
committed by GitHub
parent d1b7b051de
commit 40f758c895
16 changed files with 53 additions and 338 deletions
@@ -8,6 +8,7 @@ $background-color: mat.m2-get-color-from-palette($background, background);
$background-card-color: mat.m2-get-color-from-palette($background, card);
$text-color: mat.m2-get-color-from-palette($foreground, text);
$secondary-text: mat.m2-get-color-from-palette($foreground, secondary-text);
$login-button-bg-color: #5654ac;
// Custom variables - ACA specific styling:
$data-table-thumbnail-width: 35px;
@@ -110,7 +111,8 @@ $defaults: (
--theme-light-grey-2-color: $light-grey-2,
--theme-light-grey-3-color: $light-grey-3,
--theme-user-profile-background-color: $user-profile-background,
--theme-app-blue-folder: $app-blue-folder
--theme-app-blue-folder: $app-blue-folder,
--theme-login-button-bg-color: $login-button-bg-color
);
// propagates SCSS variables into the CSS variables scope