summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/styles/information.module.css
blob: c9b2902067863e46458fc7aec1ce5511a867af94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.wrapper {
    @apply grid grid-cols-1;
}

.row {
    @apply flex p-3 rounded;
}

.row:nth-child(odd) {
    @apply bg-gray-100;
}

.label {
    @apply w-1/2 md:w-1/3 font-medium text-gray-500;
}

.value {
    @apply w-1/2 md:w-3/4 text-gray-950;
}