Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
Released under a MIT (SEI)-style license. See LICENSE.md in the project root for license information.
-->

<div class="app-layout">
<comn-header-bar></comn-header-bar>
<comn-header-bar></comn-header-bar>

<main class="main-content">
<router-outlet></router-outlet>
</main>
</div>
<main class="main-content">
<router-outlet></router-outlet>
</main>
2 changes: 1 addition & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 Carnegie Mellon University. All Rights Reserved.
// Released under a MIT (SEI)-style license. See LICENSE.md in the project root for license information.

.app-layout {
:host {
display: grid;
grid-template-rows: auto 1fr;
height: 100vh;
Expand Down
12 changes: 11 additions & 1 deletion src/assets/config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,15 @@
"AppTopBarHexColor": "#3B62A5",
"AppTopBarHexTextColor": "#FFFFFF",
"UseLocalAuthStorage": false,
"DebugLogging": false
"DebugLogging": false,
"HeaderBarSettings": {
"banner_background_color": "#007a33ff",
"classification_text": "UNCLASSIFIED",
"classification_text_color": "#ffffff",
"classification_text_fontsize": "14",
"message_text": "Maintenance Message",
"message_text_color": "#ffff00",
"message_text_fontsize": "14",
"enabled": false
}
}
12 changes: 0 additions & 12 deletions src/assets/config/settings.shared.json

This file was deleted.

Loading