From 51d29e6bd4df3986d46eda81356811301c16313f Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 30 Jul 2026 20:00:52 +0100 Subject: [PATCH] fix: remove card shadows from prices page to match site-wide border-style All other pages (contact, admin, account, today, book) use border-based card styling without drop shadows. Removes shadow-sm, hover:shadow-md, and transition classes from all Card.Root instances on the prices page. --- frontend/src/routes/prices/+page.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/routes/prices/+page.svelte b/frontend/src/routes/prices/+page.svelte index e26453c..689c2e7 100644 --- a/frontend/src/routes/prices/+page.svelte +++ b/frontend/src/routes/prices/+page.svelte @@ -63,7 +63,7 @@ {#if servicesLoading}
{#each range(5) as i (i)} - +
@@ -81,7 +81,7 @@ {/each}
{:else if services.length === 0} - +
No services available at the moment.
@@ -92,7 +92,7 @@ {:else}
{#each services as service (service.id)} - +
@@ -153,7 +153,7 @@ {/each}
- +

Need something different? Select the closest service and add a note, or contact us for a @@ -168,7 +168,7 @@ - + - +

Ready to Book?