mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
Changes
This commit is contained in:
21
components/core/Featurebar/Featurebar.module.css
Normal file
21
components/core/Featurebar/Featurebar.module.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user