summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/styles/information.module.css
blob: 5aa64fe59f5e167895421e0224abd52b82006e5f (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-4 rounded-sm bg-gray-100;
}

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

.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;
}