Simplify page and card surfaces

This commit is contained in:
Ruslan Bakiev
2026-04-06 11:01:52 +07:00
parent fa0648c71b
commit 2b6ef46e65
3 changed files with 20 additions and 13 deletions

View File

@@ -70,7 +70,7 @@ const codeLabel = computed(() => formatOrderCode(props.code));
<template>
<NuxtLink
:to="to"
class="surface-card group block rounded-[30px] border border-[#dbece2] bg-white px-4 py-4 transition hover:-translate-y-0.5 hover:shadow-[0_18px_40px_rgba(18,56,36,0.08)] md:px-5"
class="surface-card surface-card-interactive group block rounded-[30px] bg-white px-4 py-4 md:px-5"
>
<div class="grid gap-4 md:grid-cols-4 md:items-center md:gap-6">
<div class="min-w-0">