mirror of
https://github.com/vercel/commerce.git
synced 2025-03-28 08:15:54 +00:00
12 lines
171 B
CSS
12 lines
171 B
CSS
.root {
|
|
@apply py-4 bg-black text-white flex justify-center;
|
|
}
|
|
|
|
.title {
|
|
@apply text-indigo-500 font-medium;
|
|
}
|
|
|
|
.description {
|
|
@apply ml-2 text-white font-medium;
|
|
}
|