Add weigh start

This commit is contained in:
2023-02-10 23:46:23 -05:00
parent 59d733daa8
commit 53734807f0
2 changed files with 42 additions and 9 deletions
@@ -13,6 +13,48 @@ export default function UserWeightWidget() {
}}
>
<div className="wallet flex justify-between">
<div className="w-[100px] h-[100px] rounded-full bg-[#485199] flex justify-center items-center">
<div>
<p className="text-26 font-bold text-white tracking-wide text-center">
04
</p>
<p className="text-lg text-white tracking-wide text-center">
Wallets
</p>
</div>
</div>
<div>
<p className="text-26 font-bold tracking-wide text-white text-right">
6,572.00
</p>
<p className="tracking-wide text-white text-lg opacity-[70%]">
Total Transactions
</p>
</div>
</div>
<div className="balance">
<p className="text-lg text-white opacity-[70%] tracking-wide mb-6">
Weight Entry
</p>
<p className="text-[44px] font-bold text-white tracking-wide leading-10 mb-2">
[Input BOX + UNIT]
</p>
<p className="text-[44px] font-bold text-white tracking-wide leading-10 mb-2">
[Date of Collection]
</p>
<p className="text-[44px] font-bold text-white tracking-wide leading-10 mb-2">
[Kind of Input BOX]
</p>
<p className="text-[44px] font-bold text-white tracking-wide leading-10 mb-2">
<button
type="button"
className="btn-login rounded-[50px] mb-6 text-xl text-white font-bold flex justify-center bg-purple items-center "><span>Add</span>
</button>
</p>
</div>
</div>
);