From 6990954e3b838d6dba93bb2691c73c98dab86d4d Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 20 Apr 2023 10:11:56 -0400 Subject: [PATCH] identification --- .../ShipEdit/Identification/ShipCost.svelte | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/lib/components/ShipEdit/Identification/ShipCost.svelte b/src/lib/components/ShipEdit/Identification/ShipCost.svelte index 05e326e..776604e 100644 --- a/src/lib/components/ShipEdit/Identification/ShipCost.svelte +++ b/src/lib/components/ShipEdit/Identification/ShipCost.svelte @@ -1,6 +1,7 @@
- + + Weight
{#if withinBudget} @@ -13,8 +14,9 @@
- - {cost} + + + Paid
@@ -77,8 +79,7 @@ div.cost { grid-column: 3; } - span.cost:after { - content: "\00A4"; - margin-left: 0.5em; + i { + top: 65%; }