diff --git a/labman/src/app/(main)/globals.css b/labman/src/app/(main)/globals.css index 2b45c59..6440177 100644 --- a/labman/src/app/(main)/globals.css +++ b/labman/src/app/(main)/globals.css @@ -101,4 +101,12 @@ input:invalid { .delete-button { @apply text-black font-bold rounded-full h-7 w-7 bg-red-600 +} + +.card-attributes { + @apply text-2xl ml-10 w-40 truncate +} + +.card-attributes-value { + @apply text-2xl text-gray-300 font-bold } \ No newline at end of file diff --git a/labman/src/components/core/Card.tsx b/labman/src/components/core/Card.tsx index 7d52d8b..9567717 100644 --- a/labman/src/components/core/Card.tsx +++ b/labman/src/components/core/Card.tsx @@ -33,7 +33,7 @@ export default function Card({ loan, user, setSelectedLoanId, setSideView }: Car } return( -
{loan.item.equipment.name}