Files
ha_store/custom_components/bahmcloud_store/panel/styles.css

9 lines
541 B
CSS

body { font-family: system-ui, sans-serif; margin: 0; padding: 0; }
.wrap { padding: 16px; max-width: 900px; margin: 0 auto; }
.actions { display: flex; gap: 8px; margin-bottom: 12px; }
button { padding: 8px 12px; cursor: pointer; }
.card { border: 1px solid #ddd; border-radius: 10px; padding: 12px; margin-bottom: 10px; }
.row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.badge { padding: 2px 8px; border-radius: 999px; border: 1px solid #ccc; font-size: 12px; }
.muted { color: #666; font-size: 13px; }