Skip to content

Commit

Permalink
style(payment agent transfer): change the width of the submit button …
Browse files Browse the repository at this point in the history
…in responsive view (#6043)
  • Loading branch information
heorhi-deriv committed Aug 3, 2022
1 parent 1e5dc9d commit 03bff56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const PaymentAgentTransferForm = ({
</Field>
<div className='cashier__form-submit'>
<Button
className='cashier__form-submit-button'
className='cashier__form-submit-button payment-agent-transfer-form__submit-button'
type='submit'
is_disabled={!isValid || isSubmitting}
primary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
margin-bottom: 5.3rem;
}
}
&__submit-button {
width: auto;
padding: 0 1.25rem;
}
}
}

1 comment on commit 03bff56

@vercel
Copy link

@vercel vercel bot commented on 03bff56 Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.