autofaq colors update
This commit is contained in:
parent
2c9db8a2ae
commit
e8604279e1
@ -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;
|
||||
}
|
||||
|
||||
@ -8268,3 +8268,7 @@ 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