diff --git a/src/lib/components/ui/TocStyle.svelte b/src/lib/components/ui/TocStyle.svelte new file mode 100644 index 0000000..3349838 --- /dev/null +++ b/src/lib/components/ui/TocStyle.svelte @@ -0,0 +1,53 @@ + + +
{JSON.stringify(result)}
- {/each} +| TOC | +Code | +Locations | +
|---|---|---|
| {result.code} | +{result.crsStops.join(' ')} | +
No matching results
{/if} @@ -107,11 +119,33 @@ padding: 20px 0 20px 0; margin: auto; margin-top: 25px; + margin-bottom: 25px; width: 90%; - max-width: 1000px; + max-width: 500px; box-shadow: var(--shadow-std); } + .result-title { + color: var(--color-brand); + } + + .result-table { + width: 90%; + max-width: 350px; + margin: auto; + text-align: center; + table-layout: fixed; + border-collapse: separate; + border-spacing: 0 20px; + font-weight: 400; + } + + .locations-row { + font-family:'Courier New', Courier, monospace; + text-align: left; + padding-left: 20px; + } + .errCode { color: rgb(255, 54, 54); font-weight: 600;