1
0
mirror of https://github.com/vercel/commerce.git synced 2025-04-02 18:15:54 +00:00
commerce/ui/Featurebar/Featurebar.module.css
2020-09-23 15:49:04 -03:00

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