карты пвз
All checks were successful
Deploy / build (push) Successful in 2m37s

This commit is contained in:
alsaze
2025-11-10 16:35:00 +03:00
parent 6cd7bd1dec
commit bff6833781
10 changed files with 372 additions and 100 deletions

View File

@@ -9,8 +9,6 @@
 • 
{{ t(`checkoutSteps.${currentCheckoutStep?.title}`) }}
</h3>
<Icon class="cursor-pointer w-6 h-6" name="lucide:arrow-right" @click="nextStep" />
</div>
</header>
@@ -25,7 +23,7 @@
<script setup lang="ts">
import { useCheckout } from '../composables/useCheckout'
const { previewStep, nextStep, currentCheckoutStep, checkoutSteps } = useCheckout()
const { previewStep, currentCheckoutStep, checkoutSteps } = useCheckout()
const { t } = useI18n()
</script>
@@ -56,10 +54,13 @@ const { t } = useI18n()
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
text-align: center;
padding: 0 16px;
}
h3 {
flex: auto;
}
}
.main {