mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 12:11:23 +00:00
.vscode
ISSUE_TEMPLATE
packages
site
assets
components
auth
cart
checkout
CheckoutSidebarView
PaymentMethodView
PaymentWidget
ShippingMethodView
ShippingMethodWidget
ShippingMethodWidget.module.css
ShippingMethodWidget.tsx
index.ts
ShippingView
ShippingWidget
context.tsx
common
icons
product
ui
wishlist
search.tsx
config
lib
pages
public
.env.template
.eslintrc
.gitignore
.prettierignore
.prettierrc
commerce-config.js
commerce.config.json
global.d.ts
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
.editorconfig
.gitignore
.prettierignore
.prettierrc
README.md
license.md
package.json
turbo.json
yarn.lock
5 lines
127 B
CSS
5 lines
127 B
CSS
.root {
|
|
@apply border border-accent-2 px-6 py-5 mb-4 text-center
|
|
flex items-center cursor-pointer hover:border-accent-4;
|
|
}
|