@botfabrik/engine-webclient 4.77.4-alpha.5 → 4.77.4-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/dist/client/assets/{index-Bi8a2arY.js → index-CV76okgW.js} +30 -30
- package/dist/client/assets/{index-Bi8a2arY.js.map → index-CV76okgW.js.map} +1 -1
- package/dist/client/assets/index-Dex02-Q4.css +1 -0
- package/dist/client/index.html +2 -2
- package/package.json +2 -2
- package/dist/client/assets/index-Cg4TtgWa.css +0 -1
package/README.md
CHANGED
|
@@ -361,6 +361,12 @@ Favicons können z.B. mittels https://realfavicongenerator.net/ generiert werden
|
|
|
361
361
|
--fab-left: auto;
|
|
362
362
|
--fab-left-mobile: var(--fab-left, auto);
|
|
363
363
|
|
|
364
|
+
/* Text */
|
|
365
|
+
--text-primary-color: var(--color-gray-800);
|
|
366
|
+
--text-secondary-color: var(--color-gray-500);
|
|
367
|
+
--text-link-color: var(--text-primary-color);
|
|
368
|
+
--text-link-color-hover: var(--brand-primary-color);
|
|
369
|
+
|
|
364
370
|
/* chat window */
|
|
365
371
|
--window-height: 43em;
|
|
366
372
|
--window-width: 25em;
|
|
@@ -369,8 +375,9 @@ Favicons können z.B. mittels https://realfavicongenerator.net/ generiert werden
|
|
|
369
375
|
--header-background-color: var(--brand-primary-color);
|
|
370
376
|
--header-logo-url: url('./logo.svg');
|
|
371
377
|
--header-logo-padding: 1em;
|
|
372
|
-
--header-icons-padding: 0.
|
|
373
|
-
--header-
|
|
378
|
+
--header-icons-padding: 1rem 0.75rem;
|
|
379
|
+
--header-icon-size: 1.5rem;
|
|
380
|
+
--header-icon-color: white;
|
|
374
381
|
|
|
375
382
|
/* chat body */
|
|
376
383
|
--body-background-color: white;
|