forked from crowetic/commerce
Merge pull request #36 from ftonato/fix/mobile-style-modules
Fix some minor problems with style between mobile and desktop
This commit is contained in:
commit
18f95d25db
@ -1,6 +1,9 @@
|
||||
.input {
|
||||
@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 {
|
||||
|
@ -78,8 +78,13 @@
|
||||
}
|
||||
|
||||
.button {
|
||||
min-width: 300px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
|
||||
@screen sm {
|
||||
min-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.wishlistButton {
|
||||
|
Loading…
x
Reference in New Issue
Block a user