summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product/PromoProduct.module.css
blob: c13bccb8e169f54db88f28910fa05902778a2b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.product {
    @apply w-4/12;
}

.image {
    @apply border border-gray_r-6 p-2.5 rounded-lg;
}

.fillDesc {
    @apply mt-2 text-danger-600;
}

.name {
    @apply mt-1 line-clamp-3 font-medium;
}