From 380202f748ca1d0dd3d80fc2fc17bc7b910e21fa Mon Sep 17 00:00:00 2001 From: Camille Moinier Date: Mon, 17 Jul 2023 14:04:21 +0200 Subject: [PATCH] (chore): format:write --- .../download-item.component.html | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/libs/ui/elements/src/lib/download-item/download-item.component.html b/libs/ui/elements/src/lib/download-item/download-item.component.html index 3e126dd916..413b5abdf7 100644 --- a/libs/ui/elements/src/lib/download-item/download-item.component.html +++ b/libs/ui/elements/src/lib/download-item/download-item.component.html @@ -1,22 +1,36 @@ - +
-
+
{{ link.label }}
{{ format || ('downloads.format.unknown' | translate) - }} - datahub.search.filter.generatedByWfs + [style.background-color]="color" + data-cy="download-format" + >{{ format || ('downloads.format.unknown' | translate) }} + datahub.search.filter.generatedByWfs
+ class="!w-8 !h-8 align-middle group-hover:text-secondary text-3xl material-icons-outlined text-gray-200 mr-4 transition-colors" + > cloud_download
-
\ No newline at end of file +