From 03736a634577678fbd8b61d457da087dce18793e Mon Sep 17 00:00:00 2001 From: majean5 Date: Fri, 16 Dec 2022 11:59:17 +0100 Subject: [PATCH] pourquoi je fais ce commit ? --- .../BlazorApp/Components/InventoryComp.razor | 38 ++++++++++--------- .../Components/InventoryComp.razor.css | 4 ++ 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/BlazorApp/BlazorApp/Components/InventoryComp.razor b/BlazorApp/BlazorApp/Components/InventoryComp.razor index 0db002e..7645f1c 100644 --- a/BlazorApp/BlazorApp/Components/InventoryComp.razor +++ b/BlazorApp/BlazorApp/Components/InventoryComp.razor @@ -42,27 +42,29 @@
Available items:
-
+
- +
+ + +
+ - - - - - - - - - + + + + + + +
-
+
diff --git a/BlazorApp/BlazorApp/Components/InventoryComp.razor.css b/BlazorApp/BlazorApp/Components/InventoryComp.razor.css index 1e9a0d2..901ab49 100644 --- a/BlazorApp/BlazorApp/Components/InventoryComp.razor.css +++ b/BlazorApp/BlazorApp/Components/InventoryComp.razor.css @@ -12,3 +12,7 @@ display: grid; width: 212px; } + + +.bar { +} \ No newline at end of file