diff --git a/custom_components/bahmcloud_store/panel/panel.js b/custom_components/bahmcloud_store/panel/panel.js index 008954a..3e145d8 100644 --- a/custom_components/bahmcloud_store/panel/panel.js +++ b/custom_components/bahmcloud_store/panel/panel.js @@ -112,12 +112,6 @@ class BahmcloudStorePanel extends HTMLElement { margin-bottom: 12px; } - .brand { - display: flex; - align-items: baseline; - gap: 10px; - } - .title { font-size: 22px; font-weight: 800; @@ -174,11 +168,6 @@ class BahmcloudStorePanel extends HTMLElement { background: color-mix(in srgb, var(--bcs-accent) 16%, var(--card-background-color)); } - button:disabled { - opacity: 0.6; - cursor: not-allowed; - } - .card { border: 1px solid var(--divider-color); background: var(--card-background-color); @@ -245,27 +234,20 @@ class BahmcloudStorePanel extends HTMLElement { box-shadow: 0 0 0 2px color-mix(in srgb, var(--bcs-accent) 20%, transparent); } - .small { - font-size: 12px; - } + .small { font-size: 12px; } a { color: var(--bcs-accent); text-decoration: none; } - - a:hover { - text-decoration: underline; - } + a:hover { text-decoration: underline; }