Design Anpassungen

This commit is contained in:
2025-03-27 19:37:53 +01:00
parent 715fbdf2f5
commit 6b97008643
22 changed files with 64 additions and 192 deletions

View File

@@ -1,5 +1,5 @@
<div class="container mx-auto p-4">
<div class="bg-white rounded-lg shadow-lg overflow-hidden relative">
<div class="bg-white rounded-lg drop-shadow-custom-bg overflow-hidden relative">
<button
(click)="historyService.goBack()"
class="absolute top-4 right-4 bg-red-500 text-white rounded-full w-8 h-8 flex items-center justify-center hover:bg-red-600 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-opacity-50 print:hidden"