Skip to content
Snippets Groups Projects
Commit 9b9e9ee3 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-5600-layout-fixes' (#588) from OZG-5600-layout-fixes into master

parents 2ac039f2 849d1b80
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,12 @@
<div close class="flex-shrink self-center">
<button
*ngIf="deletable"
class="flex size-10 items-center justify-center rounded-md hover:border hover:border-ozggray-600 hover:bg-ozggray-100"
class="flex size-10 items-center justify-center rounded-md hover:border hover:border-grayborder hover:bg-background-50"
(click)="deleteFile()"
title="Anhang löschen"
aria-label="Anhang löschen Button"
>
<ods-close-icon></ods-close-icon>
<ods-close-icon class="fill-text"></ods-close-icon>
</button>
</div>
</ods-attachment>
<p class="flex text-base font-bold text-text">
<p class="flex text-sm font-bold text-text">
<span class="flex items-center gap-2">
<span *ngIf="bescheid.bewilligt | convertToBoolean" data-test-class="bewilligt"
>Bewilligt am</span
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment