diff --git a/custom_components/bahmcloud_store/panel/styles.css b/custom_components/bahmcloud_store/panel/styles.css deleted file mode 100644 index 46c2faf..0000000 --- a/custom_components/bahmcloud_store/panel/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; }