mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
5d700d5563
commit
f1a7f36f17
@@ -1,3 +1,3 @@
|
||||
<div *ngIf="logo" class="dso-logo mb-3">
|
||||
<div *ngIf="logo" class="dso-logo mb-3 logo-container">
|
||||
<img [src]="logo._links.content.href" class="img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
|
||||
</div>
|
||||
|
@@ -0,0 +1,4 @@
|
||||
.logo-container {
|
||||
max-width: var(--ds-comcol-logo-max-width);
|
||||
max-height: var(--ds-comcol-logo-max-height);
|
||||
}
|
||||
|
@@ -102,4 +102,7 @@
|
||||
--ds-dso-edit-lang-width: 90px;
|
||||
--ds-dso-edit-actions-width: 173px;
|
||||
--ds-dso-edit-virtual-tooltip-min-width: 300px;
|
||||
|
||||
--ds-comcol-logo-max-width: 500px;
|
||||
--ds-comcol-logo-max-height: 500px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user