Skip to content

Commit

Permalink
Merge pull request #278 from geonetwork/fix-icons-rec-preview
Browse files Browse the repository at this point in the history
Datahub (record-preview): fix icons
  • Loading branch information
tkohr authored Jun 21, 2022
2 parents 61f507d + f0a6899 commit b58cbfc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
{{ abstract }}
</div>
<div
class="order-2 text-primary opacity-25 uppercase sm:truncate sm:order-3 sm:row-end-4 sm:col-span-8 md:col-span-9"
class="order-2 text-primary opacity-25 uppercase sm:truncate sm:order-3 sm:row-end-4 sm:col-span-8 lg:col-span-9"
>
{{ record.contact?.organisation }}
</div>
<div
class="order-4 basis-1/2 flex flex-row sm:row-end-4 sm:justify-end sm:col-span-2 md:col-span-1"
class="order-4 basis-1/2 flex flex-row sm:row-end-4 sm:justify-end sm:col-span-2 lg:col-span-1"
>
<mat-icon
*ngIf="isDownloadable"
class="material-icons-outlined text-primary opacity-25 mr-4"
class="material-icons-outlined text-primary opacity-25 mx-1"
>cloud_download</mat-icon
>
<mat-icon
*ngIf="isViewable"
class="material-icons-outlined text-primary opacity-25 mr-4"
class="material-icons-outlined text-primary opacity-25 mx-1"
>map</mat-icon
>
</div>
Expand Down

0 comments on commit b58cbfc

Please sign in to comment.