Skip to content

Commit

Permalink
update sit environment colors + header text
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRelief committed Sep 6, 2023
1 parent aad4fca commit cc4dc12
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/back-office/src/environments/environment.azure.sit.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AuthConfig } from 'angular-oauth2-oidc';
import { theme } from '../themes/default/default.uat';
import { sharedEnvironment } from './environment.shared';
import { Environment } from './environment.type';
import { theme } from '../themes/default/default.sit';

/**
* Authentification configuration
Expand Down
8 changes: 8 additions & 0 deletions apps/back-office/src/themes/default/default.sit.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Default theme for SIT environments.
* Theming defines colors of the modules, and additional parameters that can appear on screen.
*/
export const theme = {
prefix: '[SIT]',
headerClass: 'bg-emerald-500',
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AuthConfig } from 'angular-oauth2-oidc';
import { theme } from '../themes/default/default.uat';
import { theme } from '../themes/default/default.sit';
import { sharedEnvironment } from './environment.shared';
import { Environment } from './environment.type';

Expand Down
8 changes: 8 additions & 0 deletions apps/front-office/src/themes/default/default.sit.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Default theme for SIT environments.
* Theming defines colors of the modules, and additional parameters that can appear on screen.
*/
export const theme = {
prefix: '[SIT]',
headerClass: 'bg-emerald-500',
};

0 comments on commit cc4dc12

Please sign in to comment.