Skip to content

Commit

Permalink
Fix footer button
Browse files Browse the repository at this point in the history
  • Loading branch information
edlu77 committed Apr 1, 2024
1 parent 253a6ce commit a3d6278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</button>

<button
class="button download-button"
class="button download"
mat-button
(click)="downloadListOpen = !downloadListOpen"
type="button"
Expand All @@ -29,9 +29,9 @@
Illustration Metadata
</button>

<button class="button illustration-download" *ngIf="!isSmall" mat-button [hraLink]="illustrationMetadata" disableRipple>
<button class="button data-download" *ngIf="!isSmall" mat-button disableRipple>
<span class="material-symbols-outlined"> download </span>
Download Illustration
Download Data
</button>

<button class="button contact" *ngIf="isSmall" mat-button (mouseup)="contactClick.emit()" disableRipple>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
background-color: #ffffff;
}
}
::ng-deep .download-button,
::ng-deep .illustration-download {
::ng-deep .download,
::ng-deep .data-download {
.mdc-button__label {
display: flex;
align-items: center;
Expand Down

0 comments on commit a3d6278

Please sign in to comment.