summaryrefslogtreecommitdiff
path: root/src-migrate/modules/cart/styles/ProductPromo.module.css
blob: 3f6e7a053a946b1bd4339676637b75b382f9d7e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.wrapper {
    @apply ml-16 mt-4 flex;
}

.imageWrapper {
    @apply h-24 w-24 border border-gray-300 rounded p-2.5;
}

.details {
    @apply ml-4 flex flex-col gap-y-1;
}

.name {
    @apply font-medium;
}

.code,
.weightLabel {
    @apply text-gray-600;
}

.quantity {
    @apply py-2.5 bg-gray-100 border border-gray-300 h-fit my-auto rounded-md ml-auto font-medium w-12 text-center;
}