-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Amol Sontakke <amols@proximabiz.com>
- Loading branch information
1 parent
b1e45ef
commit c4d8885
Showing
19 changed files
with
181 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ | |
<app-alert></app-alert> | ||
<router-outlet></router-outlet> | ||
</div> | ||
|
||
<lfx-footer></lfx-footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
/* Copyright The Linux Foundation and each contributor to CommunityBridge. | ||
SPDX-License-Identifier: MIT */ | ||
.fix-header-margin { | ||
transition: margin 0.3s; | ||
margin-top: 25px; | ||
padding: 25px 0; | ||
min-height: calc(100vh - 167px); | ||
&.expanded { | ||
margin-top: 100px; | ||
min-height: calc(100vh - 242px); | ||
} | ||
margin-top: 35px; | ||
padding: 25px 0 0 0; | ||
min-height: calc(100vh - 125px); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/app/modules/dashboard/container/gerrit-dashboard/gerrit-dashboard.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- Copyright The Linux Foundation and each contributor to CommunityBridge. | ||
SPDX-License-Identifier: MIT --> | ||
<div class="container-fluid"> | ||
<div class="row justify-content-center align-items-center"> | ||
<div class="col-auto message">You are being redirected to the login page.</div> | ||
</div> | ||
<div class="container"> | ||
<div class="message">Welcome to Gerrit Window </div> | ||
<div class="subtitle">wait ... We are trying to login LFX portal</div> | ||
<div class="warning">If you are still viewing this screen, please <a class="link" (click)="login()">click here</a></div> | ||
</div> |
31 changes: 25 additions & 6 deletions
31
src/app/modules/dashboard/container/gerrit-dashboard/gerrit-dashboard.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
/* Copyright The Linux Foundation and each contributor to CommunityBridge. | ||
SPDX-License-Identifier: MIT -->*/ | ||
.row { | ||
.message { | ||
font-size: 18px; | ||
text-align: center; | ||
font-weight: bold; | ||
} | ||
.container { | ||
.message { | ||
margin-top: calc(100vh / 3); | ||
font-size: 24px; | ||
text-align: center; | ||
font-weight: bold; | ||
} | ||
|
||
.subtitle { | ||
font-size: 18px; | ||
margin-top: 5px; | ||
text-align: center; | ||
font-weight: bold; | ||
} | ||
|
||
.warning { | ||
font-size: 18px; | ||
margin-top: 20px; | ||
text-align: center; | ||
} | ||
|
||
.link { | ||
color: #0099cc; | ||
cursor: pointer; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.