FIX Remi Abschließen Dialog

This commit is contained in:
Lorenz Hilpert
2021-10-13 18:15:54 +02:00
parent 6bdb758bc6
commit 5c3539c820
2 changed files with 0 additions and 8 deletions

View File

@@ -1,7 +1,3 @@
<button class="close-btn" (click)="ref.close()">
<ui-icon icon="close" size="21px"></ui-icon>
</button>
<h1>
Ist die Wannenummer korrekt oder möchten Sie die<br />
Wannenummer erneut scannen?

View File

@@ -2,10 +2,6 @@
@apply block box-content relative;
}
.close-btn {
@apply absolute -top-2 right-0 text-ucla-blue border-none bg-transparent;
}
h1 {
@apply text-xl font-bold text-center;
}