1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.line { @apply flex justify-between; } .label, .value { @apply text-gray-700; } .value, .grandTotal { @apply font-medium; } .discount { @apply text-red-700; } .divider { @apply my-0.5 h-0.5 bg-gray-200; }