mirror of
https://github.com/vercel/commerce.git
synced 2025-07-29 13:11:22 +00:00
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
docs
framework
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
CHANGELOG.md
README.md
codegen.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
8 lines
215 B
CSS
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;
|
|
}
|
|
}
|