-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing alt & replaced remaining dspace logo PNGs with SVGs
- Loading branch information
1 parent
014944f
commit 56c786d
Showing
8 changed files
with
3 additions
and
27 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
Binary file not shown.
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,10 +0,0 @@ | ||
<div class="container w-100 h-100"> | ||
<div class="text-center mt-5 row justify-content-center"> | ||
<div> | ||
<img class="mb-4 login-logo" src="assets/images/dspace-logo.png"> | ||
<h1 class="h3 mb-0 font-weight-normal">{{"login.form.header" | translate}}</h1> | ||
<ds-log-in | ||
[isStandalonePage]="true"></ds-log-in> | ||
</div> | ||
</div> | ||
</div> | ||
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,4 +0,0 @@ | ||
.login-logo { | ||
height: var(--ds-login-logo-height); | ||
width: var(--ds-login-logo-width); | ||
} | ||
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 +0,0 @@ | ||
<div class="container w-100 h-100"> | ||
<div class="text-center mt-5 row justify-content-md-center"> | ||
<div class="mx-auto"> | ||
<img class="mb-4 login-logo" src="assets/images/dspace-logo.png"> | ||
<h1 class="h3 mb-0 font-weight-normal">{{"logout.form.header" | translate}}</h1> | ||
<ds-log-out></ds-log-out> | ||
</div> | ||
</div> | ||
</div> | ||
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 +0,0 @@ | ||
@import '../login-page/login-page.component.scss'; | ||