forked from crowetic/commerce
16 lines
222 B
CSS
16 lines
222 B
CSS
.root {
|
|
@apply py-4 bg-black text-white flex justify-center;
|
|
}
|
|
|
|
.title {
|
|
@apply text-white font-medium;
|
|
}
|
|
|
|
.separator {
|
|
@apply mx-2 font-medium text-xs leading-6;
|
|
}
|
|
|
|
.description {
|
|
@apply text-white font-medium;
|
|
}
|