1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-28 12:41:22 +00:00
Files
.vscode
assets
components
auth
cart
common
Avatar
FeatureBar
FeatureBar.module.css
FeatureBar.tsx
index.ts
Footer
Head
HomeAllProductsGrid
I18nWidget
Layout
Navbar
Searchbar
UserNav
index.ts
icons
product
ui
wishlist
config
framework
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
.prettierrc
README.md
codegen.json
commerce.config.json
ecosystem.config.js
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
start.js
tailwind.config.js
tsconfig.json
yarn.lock
commerce/components/common/FeatureBar/FeatureBar.module.css
Martin Bavio 99e42d7c52 Fix build
2020-11-04 14:48:48 -03:00

8 lines
215 B
CSS

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