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

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