Web: Lebensmittel-Icon (Apfel) + mehr Abstand vor 'Typ' im Produktformular

Eigenes food-Icon fuer den Lebensmittel-Sidebar-Eintrag (statt des Sechsecks). Der Block 'Mindestbestand je Lagerort' bekommt Abstand nach unten, damit er nicht am Typ-Umschalter klebt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-27 18:42:12 +02:00
parent 01a3528227
commit 912f3dac6f
3 changed files with 8 additions and 2 deletions

View File

@@ -678,7 +678,7 @@ export default function ProductForm() {
</div>
{!isNew && product && isAdmin && (
<div style={{ marginTop: "var(--sp-2)" }}>
<div style={{ marginTop: "var(--sp-2)", marginBottom: "var(--sp-5)" }}>
<div className="card-head" style={{ marginBottom: "var(--sp-1)" }}>
<Icon name="location" size={16} />
<h3 style={{ margin: 0 }}>Mindestbestand je Lagerort</h3>