mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Synchronize white modal width
This commit is contained in:
parent
d0bc25f0cf
commit
ea22f94d43
3 changed files with 16 additions and 9 deletions
|
|
@ -106,3 +106,10 @@
|
|||
.modalTitle {
|
||||
@apply --marketplaceModalTitleStyles;
|
||||
}
|
||||
|
||||
.modalPayoutDetailsWrapper {
|
||||
@media (--viewportMedium) {
|
||||
width: 604px;
|
||||
padding-top: 11px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ class EditListingWizard extends Component {
|
|||
onClose={this.handlePayoutModalClose}
|
||||
onManageDisableScrolling={onManageDisableScrolling}
|
||||
>
|
||||
<div className={css.modalHeaderWrapper}>
|
||||
<div className={css.modalPayoutDetailsWrapper}>
|
||||
<h1 className={css.modalTitle}>
|
||||
<FormattedMessage id="EditListingPhotosPanel.payoutModalTitleOneMoreThing" />
|
||||
<br />
|
||||
|
|
@ -273,14 +273,14 @@ class EditListingWizard extends Component {
|
|||
<p className={css.modalMessage}>
|
||||
<FormattedMessage id="EditListingPhotosPanel.payoutModalInfo" />
|
||||
</p>
|
||||
<PayoutDetailsForm
|
||||
className={css.payoutDetails}
|
||||
inProgress={fetchInProgress}
|
||||
createStripeAccountError={errors ? errors.createStripeAccountError : null}
|
||||
onChange={onPayoutDetailsFormChange}
|
||||
onSubmit={this.handlePayoutSubmit}
|
||||
/>
|
||||
</div>
|
||||
<PayoutDetailsForm
|
||||
className={css.payoutDetails}
|
||||
inProgress={fetchInProgress}
|
||||
createStripeAccountError={errors ? errors.createStripeAccountError : null}
|
||||
onChange={onPayoutDetailsFormChange}
|
||||
onSubmit={this.handlePayoutSubmit}
|
||||
/>
|
||||
</Modal>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
padding-top: 40px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
width: 571px;
|
||||
width: 604px;
|
||||
padding-top: 11px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue