1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-22 12:24:18 +00:00
Files
assets
components
auth
cart
core
icons
product
ui
Button
Container
Grid
Hero
Input
Input.module.css
Input.tsx
index.ts
Link
LoadingDots
Logo
Marquee
Modal
Sidebar
Skeleton
Text
Toast
README.md
context.tsx
index.ts
wishlist
config
lib
pages
public
utils
.gitignore
.prettierignore
README.md
codegen.json
global.d.ts
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
commerce/components/ui/Input/Input.module.css
2020-10-26 11:09:12 -03:00

8 lines
205 B
CSS

.root {
@apply bg-primary py-2 px-6 w-full appearance-none transition duration-150 ease-in-out pr-10 border border-accents-3 text-accents-6;
}
.root:focus {
@apply outline-none shadow-outline-gray;
}