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
Branches
Tags
No related merge requests found
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
<div close class="flex-shrink self-center"> <div close class="flex-shrink self-center">
<button <button
*ngIf="deletable" *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()" (click)="deleteFile()"
title="Anhang löschen" title="Anhang löschen"
aria-label="Anhang löschen Button" aria-label="Anhang löschen Button"
> >
<ods-close-icon></ods-close-icon> <ods-close-icon class="fill-text"></ods-close-icon>
</button> </button>
</div> </div>
</ods-attachment> </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 class="flex items-center gap-2">
<span *ngIf="bescheid.bewilligt | convertToBoolean" data-test-class="bewilligt" <span *ngIf="bescheid.bewilligt | convertToBoolean" data-test-class="bewilligt"
>Bewilligt am</span >Bewilligt am</span
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment