-
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
1005f4d
commit b1e45ef
Showing
27 changed files
with
127 additions
and
229 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
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 |
---|---|---|
@@ -1,7 +1,12 @@ | ||
/* Copyright The Linux Foundation and each contributor to CommunityBridge. | ||
SPDX-License-Identifier: MIT */ | ||
.fix-header-margin { | ||
margin-top: 35px; | ||
padding: 25px 0 0 0; | ||
min-height: calc(100vh - 125px); | ||
} | ||
transition: margin 0.3s; | ||
margin-top: 25px; | ||
padding: 25px 0; | ||
min-height: calc(100vh - 167px); | ||
&.expanded { | ||
margin-top: 100px; | ||
min-height: calc(100vh - 242px); | ||
} | ||
} |
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
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
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"> | ||
<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 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> |
31 changes: 6 additions & 25 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,28 +1,9 @@ | ||
/* Copyright The Linux Foundation and each contributor to CommunityBridge. | ||
SPDX-License-Identifier: MIT -->*/ | ||
.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; | ||
} | ||
.row { | ||
.message { | ||
font-size: 18px; | ||
text-align: center; | ||
font-weight: bold; | ||
} | ||
} |
Oops, something went wrong.