From 2a0dc9d66c1d787622849f2c8765582b0a2ba4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Thu, 15 Jan 2026 14:20:03 +0000 Subject: [PATCH] =?UTF-8?q?custom=5Fcomponents/bahmcloud=5Fstore/styles.cs?= =?UTF-8?q?s=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/bahmcloud_store/styles.css | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 custom_components/bahmcloud_store/styles.css diff --git a/custom_components/bahmcloud_store/styles.css b/custom_components/bahmcloud_store/styles.css deleted file mode 100644 index 46c2faf..0000000 --- a/custom_components/bahmcloud_store/styles.css +++ /dev/null @@ -1,10 +0,0 @@ -body { font-family: system-ui, sans-serif; margin:0; } -.wrap { padding: 16px; max-width: 1000px; margin: 0 auto; } -.card { border: 1px solid #ddd; border-radius: 10px; padding: 12px; margin: 10px 0; } -.row { display:flex; justify-content:space-between; gap: 12px; align-items: flex-start; } -.badge { border: 1px solid #bbb; border-radius: 999px; padding: 2px 8px; font-size: 12px; height: fit-content; } -.muted { color: #666; font-size: 13px; margin-top: 4px; } -.actions { display:flex; gap: 8px; margin-top: 10px; } -button { padding: 8px 12px; cursor:pointer; } -button[disabled] { opacity: 0.6; cursor: not-allowed; } -a { color: inherit; }