forked from crowetic/commerce
fix: define min input width only for the required viewports
This commit is contained in:
parent
9dc45aad69
commit
80b96115b6
@ -1,6 +1,9 @@
|
|||||||
.input {
|
.input {
|
||||||
@apply bg-transparent px-3 py-2 appearance-none w-full transition duration-150 ease-in-out pr-10;
|
@apply bg-transparent px-3 py-2 appearance-none w-full transition duration-150 ease-in-out pr-10;
|
||||||
min-width: 300px;
|
|
||||||
|
@screen sm {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input:focus {
|
.input:focus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user