forked from crowetic/commerce
6 lines
218 B
CSS
6 lines
218 B
CSS
.root {
|
|
@apply focus:outline-none bg-primary focus:shadow-outline-gray py-2
|
|
px-6 w-full appearance-none transition duration-150 ease-in-out
|
|
placeholder-accents-5 pr-10 border border-accents-3 text-accents-6;
|
|
}
|