mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Fix build
This commit is contained in:
7
components/common/FeatureBar/FeatureBar.module.css
Normal file
7
components/common/FeatureBar/FeatureBar.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.root {
|
||||
@apply text-center p-6 bg-primary text-sm flex-row justify-center items-center font-medium fixed bottom-0 w-full z-30 transition-all duration-300 ease-out;
|
||||
|
||||
@screen md {
|
||||
@apply flex text-left;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user