From 3a317de8f0bb4b7c329a26a53cfefa6d6ad549d4 Mon Sep 17 00:00:00 2001 From: elpatron Date: Fri, 21 Mar 2025 11:34:28 +0100 Subject: [PATCH] Entfernt doppelte CSS-Datei style.css --- static/css/style.css | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css deleted file mode 100644 index db73c24..0000000 --- a/static/css/style.css +++ /dev/null @@ -1,24 +0,0 @@ -.result-header { - display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: 10px; -} - -.result-tag { - padding: 4px 8px; - border-radius: 4px; - font-size: 0.9em; - font-weight: 500; - text-transform: uppercase; -} - -.tag-medisoft { - background-color: #e3f2fd; - color: #1976d2; -} - -.tag-mediconsult { - background-color: #f3e5f5; - color: #7b1fa2; -} \ No newline at end of file