1
0
mirror of https://github.com/vercel/commerce.git synced 2025-04-30 06:47:50 +00:00
2021-02-22 14:06:34 +02:00

8 lines
207 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-normal;
}