mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
Merge pull request #748 from sharetribe/fix-submit-button-location
fix form submit on mobile login, signup, and emailverification
This commit is contained in:
commit
1d39bc1867
3 changed files with 18 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
.root {
|
||||
@apply --marketplaceModalFormRootStyles;
|
||||
|
||||
justify-content: flex-start;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
.bottomWrapper {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
.root {
|
||||
@apply --marketplaceModalFormRootStyles;
|
||||
|
||||
justify-content: flex-start;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
.password {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
.root {
|
||||
@apply --marketplaceModalFormRootStyles;
|
||||
|
||||
justify-content: flex-start;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
.name {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue