summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product/PromoSection.module.css
blob: a9c9b7044c886348cb5dda17670d089e49df0cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
.titleWrapper {
    @apply w-full mb-4 h-20 bg-[#C70817] rounded-lg flex items-center justify-between px-4 py-1;
}

.seeMore {
    @apply py-2 px-3 btn-yellow rounded-lg text-body-2;
}

.title {
    @apply font-semibold text-xl text-white;
}