mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat(Sales): add sales.
This commit is contained in:
@@ -6,7 +6,7 @@ export function PaymentReceiveFormFootetLeft() {
|
||||
return (
|
||||
<React.Fragment>
|
||||
{/* --------- Statement--------- */}
|
||||
<StatementFormGroup
|
||||
<TermsConditsFormGroup
|
||||
name={'statement'}
|
||||
label={<T id={'statement'} />}
|
||||
hintText={'Will be displayed on the Payment'}
|
||||
@@ -15,15 +15,13 @@ export function PaymentReceiveFormFootetLeft() {
|
||||
name={'statement'}
|
||||
placeholder={'Thanks for your business and have a great day!'}
|
||||
/>
|
||||
</StatementFormGroup>
|
||||
</TermsConditsFormGroup>
|
||||
</React.Fragment>
|
||||
);
|
||||
}
|
||||
|
||||
const StatementFormGroup = styled(FFormGroup)`
|
||||
const TermsConditsFormGroup = styled(FFormGroup)`
|
||||
&.bp3-form-group {
|
||||
margin-bottom: 40px;
|
||||
|
||||
.bp3-label {
|
||||
font-size: 12px;
|
||||
margin-bottom: 12px;
|
||||
@@ -33,3 +31,4 @@ const StatementFormGroup = styled(FFormGroup)`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user