summaryrefslogtreecommitdiff
path: root/src-migrate/modules/cart/styles/summary.module.css
blob: 48ccec28e299afa25b08c0d5c8048904862d9682 (plain)
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;
}