grand commit
This commit is contained in:
@@ -16,13 +16,15 @@ export default function Cart() {
|
||||
return (
|
||||
<div className='mt-1'>
|
||||
<div className='container'>
|
||||
<section className='mx-auto my-8 max-w-[640px] text-brand-violet'>
|
||||
<h1 className='text-3xl font-bold'>{t('basket')}</h1>
|
||||
<div className='bsdg-brand-violet-200 my-4 grid grid-cols-3 gap-4 border-t-2 border-brand-violet py-4'>
|
||||
<div className='bg-brand-violet-100'>Назва</div>
|
||||
<div className='bg-brand-violet-100'>Кількість</div>
|
||||
<div className='bg-brand-violet-100'>Вартість</div>
|
||||
</div>
|
||||
<section className='bw-cart-wrapper mx-auto my-8 max-w-[640px] text-brand-violet'>
|
||||
<h1 className='mb-6 border-b border-b-brand-violet pb-6 text-3xl font-bold'>
|
||||
{t('basket')}
|
||||
</h1>
|
||||
<header className='flex text-xl'>
|
||||
<div className='col'>{t('title')}</div>
|
||||
<div className='flex-none'>{t('quantity')}</div>
|
||||
<div className='col text-right'>{t('amount')}</div>
|
||||
</header>
|
||||
<CartItems />
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user