mirror of
https://github.com/vercel/commerce.git
synced 2025-03-27 15:55:54 +00:00
22 lines
296 B
CSS
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;
|
|
}
|