diff --git a/styles/index.css b/styles/index.css index 6bb75d7..f6f01fd 100644 --- a/styles/index.css +++ b/styles/index.css @@ -208,9 +208,15 @@ .mb-\[0\.5em\] { margin-bottom: 0.5em; } + .mb-\[1\.25rem\] { + margin-bottom: 1.25rem; + } .mb-\[1em\] { margin-bottom: 1em; } + .mb-\[1rem\] { + margin-bottom: 1rem; + } .mb-\[3em\] { margin-bottom: 3em; } diff --git a/templates/pages/accounts/{acctID.int64}/inventory.html.tmpl b/templates/pages/accounts/{acctID.int64}/inventory.html.tmpl index 57add11..05070c2 100644 --- a/templates/pages/accounts/{acctID.int64}/inventory.html.tmpl +++ b/templates/pages/accounts/{acctID.int64}/inventory.html.tmpl @@ -11,12 +11,9 @@

Synced Listings

-

+

Create a Sync Group

-

- (Draft 2) -

{{ component (printf "accounts/%d/inventory/sync-groups/draft/table" $acctID) }}