Skip to content

Commit

Permalink
LCSD-7244 - Banner on the Portal (#4222)
Browse files Browse the repository at this point in the history
init commit

Co-authored-by: W. Ross White <[email protected]>
  • Loading branch information
williamrosswhite and rossAtQuartech authored Jul 29, 2024
1 parent cd771c7 commit 7d75b9e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cllc-public-app/ClientApp/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</a>
<span class="title" role="banner">
Liquor and Cannabis Licensing

</span>
</section>
<section class="col-md-4 col-xs-12 sign-container">
Expand All @@ -39,6 +38,17 @@
</div>
</header>

<section>
<div style="background: red; padding-left: 25px; padding-right: 25px; font-weight: bold; text-align: center;">
<br>
There will be a scheduled system update on July 31, 2024 between 6 and 7 am PT. The liquor and cannabis licensing portal will not be available during that time.
<br>
We apologize for any inconvenience.
<br>
<br>
</div>
</section>

<div *ngIf="showBceidTermsOfUse()">
<main class="app-content">
<app-bceid-confirmation (reloadUser)="reloadUser()" [currentUser]="currentUser"></app-bceid-confirmation>
Expand Down

0 comments on commit 7d75b9e

Please sign in to comment.