Skip to content
Snippets Groups Projects
Commit 235a9211 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5590 OZG-5594 fix icons params

parent 8e377b14
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 8 deletions
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
(click)="downloadFile()" (click)="downloadFile()"
[attr.aria-label]="'Anhang: Dateiname: ' + file.name" [attr.aria-label]="'Anhang: Dateiname: ' + file.name"
> >
<ods-spinner-icon spinner *ngIf="isLoading" class="mr-3 size-10" /> <ods-spinner-icon spinner *ngIf="isLoading" size="xl" class="mr-3" />
<ods-icon <ods-icon
icon icon
[name]="getIconType(file.contentType)" [name]="getIconType(file.contentType)"
...@@ -18,6 +18,6 @@ ...@@ -18,6 +18,6 @@
title="Anhang löschen" title="Anhang löschen"
aria-label="Anhang löschen Button" aria-label="Anhang löschen Button"
> >
<ods-close-icon class="w-4"></ods-close-icon> <ods-close-icon></ods-close-icon>
</button> </button>
</ods-attachment> </ods-attachment>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
[isLoading]="uploadInProgress.loading" [isLoading]="uploadInProgress.loading"
class="w-72" class="w-72"
> >
<ods-spinner-icon spinner class="h-6 w-10" /> <ods-spinner-icon spinner size="md" />
<ods-icon icon name="attachment" class="h-6 w-10 fill-primary" /> <ods-icon icon name="attachment" class="h-6 w-10 fill-primary" />
<p text class="text-center">{{ label }}</p> <p text class="text-center">{{ label }}</p>
</ods-file-upload-button> </ods-file-upload-button>
...@@ -16,7 +16,7 @@ import { SpinnerIconComponent } from '../icons/spinner-icon/spinner-icon.compone ...@@ -16,7 +16,7 @@ import { SpinnerIconComponent } from '../icons/spinner-icon/spinner-icon.compone
[attr.aria-label]="getAriaLabel()" [attr.aria-label]="getAriaLabel()"
> >
<ng-content *ngIf="!isLoading" select="[icon]"></ng-content> <ng-content *ngIf="!isLoading" select="[icon]"></ng-content>
<ods-spinner-icon *ngIf="isLoading" class="size-10 shrink-0" /> <ods-spinner-icon *ngIf="isLoading" size="xl" class="shrink-0" />
<div class="flex-grow break-all"> <div class="flex-grow break-all">
{{ text }} {{ text }}
<br *ngIf="subText" aria-hidden="true" /> <br *ngIf="subText" aria-hidden="true" />
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*ngIf="attachment.error" *ngIf="attachment.error"
[error]="attachment.error" [error]="attachment.error"
></alfa-vorgang-detail-bescheiden-form-error> ></alfa-vorgang-detail-bescheiden-form-error>
<ods-spinner-icon spinner *ngIf="attachment.loading" class="mr-3 flex size-10" /> <ods-spinner-icon spinner *ngIf="attachment.loading" size="xl" class="mr-3 flex" />
<alfa-binary-file2-container <alfa-binary-file2-container
*ngIf="!attachment.error" *ngIf="!attachment.error"
[file]="attachment.resource" [file]="attachment.resource"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</ng-container> </ng-container>
<ng-container *ngIf="uploadBescheidDocumentInProgress.loading"> <ng-container *ngIf="uploadBescheidDocumentInProgress.loading">
<span *ngIf="bescheidDocumentFile.resource">{{ uploadBescheidDocumentInProgress.fileName }}</span> <span *ngIf="bescheidDocumentFile.resource">{{ uploadBescheidDocumentInProgress.fileName }}</span>
<ods-spinner-icon spinner class="mr-3 flex size-10" /> <ods-spinner-icon spinner size="xl" class="mr-3 flex" />
</ng-container> </ng-container>
<!-- REPLACEME: UI/UX Componente für den Fehler anzeigen--> <!-- REPLACEME: UI/UX Componente für den Fehler anzeigen-->
<ng-container *ngIf="createBescheidDocumentInProgress.error"> <ng-container *ngIf="createBescheidDocumentInProgress.error">
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
[formControlName]="formServiceClass.FIELD_BESCHEID_DOCUMENT" [formControlName]="formServiceClass.FIELD_BESCHEID_DOCUMENT"
(newFile)="uploadFile($event)" (newFile)="uploadFile($event)"
> >
<ods-bescheid-upload-icon icon class="flex h-10 w-8"></ods-bescheid-upload-icon> <ods-bescheid-upload-icon icon></ods-bescheid-upload-icon>
<ods-spinner-icon spinner class="size-10"></ods-spinner-icon> <ods-spinner-icon spinner size="xl"></ods-spinner-icon>
<div text class="text-center">Bescheid Dokument hochladen</div> <div text class="text-center">Bescheid Dokument hochladen</div>
</ozgcloud-single-file-upload-editor> </ozgcloud-single-file-upload-editor>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment