Merge branch 'master' of https://github.com/merelendor/evoleasing-account
This commit is contained in:
commit
74b4fdb379
@ -396,7 +396,7 @@ class ShareholderForm extends React.Component
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="form_field">
|
<div className="form_field">
|
||||||
<label>Является ли бенифиальным владельцем</label>
|
<label>Является ли бенефициарным владельцем</label>
|
||||||
<div className="formgroup">
|
<div className="formgroup">
|
||||||
<div className="form_field checkbox">
|
<div className="form_field checkbox">
|
||||||
<input type="radio" hidden=""
|
<input type="radio" hidden=""
|
||||||
|
|||||||
@ -7226,3 +7226,6 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block .block_body .fines_
|
|||||||
.contract_invoices_list .invoice .actions .download {
|
.contract_invoices_list .invoice .actions .download {
|
||||||
min-width: 82px;
|
min-width: 82px;
|
||||||
}
|
}
|
||||||
|
#chat21-launcher-button circle {
|
||||||
|
fill: #1c01a9 !important;
|
||||||
|
}
|
||||||
|
|||||||
@ -8267,4 +8267,8 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat21-launcher-button circle {
|
||||||
|
fill: #1c01a9 !important;
|
||||||
}
|
}
|
||||||
@ -57,13 +57,16 @@ const WrappedApp = (props) =>
|
|||||||
window.widgetUserEmail = ${ props.email !== null ? `"${ props.email }"` : "undefined" };
|
window.widgetUserEmail = ${ props.email !== null ? `"${ props.email }"` : "undefined" };
|
||||||
window.widgetUserPayload = ${ props.acc !== null ? `{ "acc_number": "${ props.acc }" }` : "undefined" };
|
window.widgetUserPayload = ${ props.acc !== null ? `{ "acc_number": "${ props.acc }" }` : "undefined" };
|
||||||
|
|
||||||
|
window.widgetStyleParams = { "headerBackgroundColor": "#1c01a9", "messageToWidgetBackgroundColor": "#3d21f8" };
|
||||||
|
|
||||||
console.log("widget", {
|
console.log("widget", {
|
||||||
widgetHost: window.widgetHost,
|
"widgetHost": window.widgetHost,
|
||||||
widgetServiceId: window.widgetServiceId,
|
"widgetServiceId": window.widgetServiceId,
|
||||||
widgetChannelId: window.widgetChannelId,
|
"widgetChannelId": window.widgetChannelId,
|
||||||
widgetUserLogin: window.widgetUserLogin,
|
"widgetUserLogin": window.widgetUserLogin,
|
||||||
widgetUserEmail: window.widgetUserEmail,
|
"widgetUserEmail": window.widgetUserEmail,
|
||||||
widgetUserPayload: window.widgetUserPayload,
|
"widgetUserPayload": window.widgetUserPayload,
|
||||||
|
"widgetStyleParams": window.widgetStyleParams,
|
||||||
});
|
});
|
||||||
|
|
||||||
const script = document.createElement('script');
|
const script = document.createElement('script');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user