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%; }