diff --git a/custom_components/bahmcloud_store/panel/styles.css b/custom_components/bahmcloud_store/panel/styles.css index 72bd124..46c2faf 100644 --- a/custom_components/bahmcloud_store/panel/styles.css +++ b/custom_components/bahmcloud_store/panel/styles.css @@ -1,8 +1,10 @@ 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; } -.badge { border: 1px solid #bbb; border-radius: 999px; padding: 2px 8px; font-size: 12px; } -.muted { color: #666; font-size: 13px; } +.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; }