1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-03 16:27:50 +00:00
Luis Alvarez eb44455cde Changes
2020-09-30 11:44:38 -05:00

22 lines
296 B
CSS

.root {
@apply py-4 px-6 bg-black text-white flex flex-row justify-center items-center;
}
.title {
@apply text-white font-medium;
}
.separator {
@apply mx-3 bg-white;
width: 1px;
height: 20px;
}
.separator:before {
content: "";
}
.description {
@apply text-white font-medium;
}