1
0
mirror of https://github.com/vercel/commerce.git synced 2025-03-29 16:55:52 +00:00
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;
}