Added time report component to various pages

This commit is contained in:
Davenludd 2024-03-14 15:17:15 +01:00
parent 46c4a5dc92
commit 41e1c32ee0
5 changed files with 27 additions and 5 deletions

View file

@ -10,7 +10,6 @@ function NewTimeReport(): JSX.Element {
return (
<>
<h1 className="font-bold text-[30px] mb-[20px]">New Time Report</h1>
<div className="border-4 border-black bg-white flex flex-col justify-start min-h-[65vh] h-fit w-[50vw] rounded-3xl overflow-scroll space-y-[2vh] p-[30px] items-center">
<input
className="w-fill h-[5vh] font-sans text-[3vh] pl-[1vw] rounded-full text-center pt-[1vh] pb-[1vh] border-2 border-black"