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 className="form_field">
|
||||
<label>Является ли бенифиальным владельцем</label>
|
||||
<label>Является ли бенефициарным владельцем</label>
|
||||
<div className="formgroup">
|
||||
<div className="form_field checkbox">
|
||||
<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 {
|
||||
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.widgetUserPayload = ${ props.acc !== null ? `{ "acc_number": "${ props.acc }" }` : "undefined" };
|
||||
|
||||
window.widgetStyleParams = { "headerBackgroundColor": "#1c01a9", "messageToWidgetBackgroundColor": "#3d21f8" };
|
||||
|
||||
console.log("widget", {
|
||||
widgetHost: window.widgetHost,
|
||||
widgetServiceId: window.widgetServiceId,
|
||||
widgetChannelId: window.widgetChannelId,
|
||||
widgetUserLogin: window.widgetUserLogin,
|
||||
widgetUserEmail: window.widgetUserEmail,
|
||||
widgetUserPayload: window.widgetUserPayload,
|
||||
"widgetHost": window.widgetHost,
|
||||
"widgetServiceId": window.widgetServiceId,
|
||||
"widgetChannelId": window.widgetChannelId,
|
||||
"widgetUserLogin": window.widgetUserLogin,
|
||||
"widgetUserEmail": window.widgetUserEmail,
|
||||
"widgetUserPayload": window.widgetUserPayload,
|
||||
"widgetStyleParams": window.widgetStyleParams,
|
||||
});
|
||||
|
||||
const script = document.createElement('script');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user