From 30a7039139514f14ce1bd6884f78750090013d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iurii=20=E1=9A=BE?= Date: Thu, 4 Jul 2024 14:35:27 +0100 Subject: [PATCH] feat: colors --- agent-widget/src/react/agent.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/agent-widget/src/react/agent.scss b/agent-widget/src/react/agent.scss index 7400fe5..83815af 100644 --- a/agent-widget/src/react/agent.scss +++ b/agent-widget/src/react/agent.scss @@ -12,17 +12,16 @@ body { #root { height: 100%; - padding: 10px; } .agent-container { text-align: center; height: 100%; width: 100%; - max-width: 900px; display: flex; flex-direction: column; justify-content: space-between; + background: linear-gradient(173.2deg, #CFD2F3 2.03%, #FFFFFF 57.88%, #CFD2F3 120.86%); } .widget-container { @@ -30,6 +29,7 @@ body { justify-content: center; align-items: center; gap: 10px; + margin-top: 30px; } .chat-panel { @@ -93,6 +93,7 @@ ul { width: 100%; max-width: 448px; position: relative; + background: #fff; &--disabled { cursor: not-allowed;