-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NAS-130956 / 25.04 / Reduce numbers of layout shifts on login page (#…
…10612) * NAS-130956: Reduce numbers of layout shifts on login page * NAS-130956: Reduce numbers of layout shifts on login page * NAS-130956: PR update * NAS-130956: PR Update * NAS-130956: PR update * NAS-130956: PR update * NAS-130956: PR update * NAS-130956: PR Update * NAS-130956: PR update * NAS-130956: PR update
- Loading branch information
1 parent
3bdeda8
commit e35fd82
Showing
107 changed files
with
1,064 additions
and
810 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
2 changes: 1 addition & 1 deletion
2
src/app/pages/signin/disconnected-message/disconnected-message.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,7 +1,7 @@ | ||
:host { | ||
align-items: center; | ||
display: flex; | ||
padding: 32px 32px 0; | ||
padding: 28px 16px 10px; | ||
} | ||
|
||
.fake-icon { | ||
|
3 changes: 0 additions & 3 deletions
3
src/app/pages/signin/failover-status/failover-status.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
11 changes: 9 additions & 2 deletions
11
src/app/pages/signin/failover-status/failover-status.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,16 +1,23 @@ | ||
:host { | ||
display: block; | ||
margin-top: 10px; | ||
text-align: center; | ||
} | ||
|
||
p { | ||
margin-bottom: 0.4rem; | ||
margin-top: 0.4rem; | ||
margin: 0.4rem; | ||
} | ||
|
||
ngx-skeleton-loader { | ||
display: inline-block; | ||
flex: 0; | ||
height: 20px; | ||
width: 80%; | ||
|
||
&::ng-deep { | ||
span.loader { | ||
height: 22px; | ||
margin: 0; | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -11,3 +11,10 @@ | |
display: inline-block; | ||
} | ||
} | ||
|
||
input, | ||
button { | ||
&:disabled { | ||
cursor: not-allowed; | ||
} | ||
} |
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
Oops, something went wrong.