From fa3f3b5a4c7b7af5661340fd422051be73d357e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=96=C2=96AsTroLog?= Date: Wed, 25 Oct 2023 19:52:05 +0000 Subject: [PATCH] SA-109 Added a new chat frame, added animation to the left and right frames --- .../Pages/Index.razor | 122 +++++++++--------- .../Pages/Index.razor.css | 5 +- 2 files changed, 64 insertions(+), 63 deletions(-) diff --git a/ShoppingAssistantWebClient.Web/Pages/Index.razor b/ShoppingAssistantWebClient.Web/Pages/Index.razor index 870175e..e447132 100644 --- a/ShoppingAssistantWebClient.Web/Pages/Index.razor +++ b/ShoppingAssistantWebClient.Web/Pages/Index.razor @@ -2,63 +2,65 @@ New Chat -
+
-
- - - - - + + + +
+
+
New chat
+
What you're looking for
+ +
+
+ Product +
+
+ Gift +
- -
-
-
New chat
-
What you're looking for
-
-
- Product -
-
- Gift -
-
- - -
What you're looking for, we will help you solve your problem and find it
- - - -
-
- - Send message -
- +
What you're looking for, we will help you solve your problem and find it
+ + +
+
+ + Send message +
+
+
+ diff --git a/ShoppingAssistantWebClient.Web/Pages/Index.razor.css b/ShoppingAssistantWebClient.Web/Pages/Index.razor.css index a706d48..a6a84be 100644 --- a/ShoppingAssistantWebClient.Web/Pages/Index.razor.css +++ b/ShoppingAssistantWebClient.Web/Pages/Index.razor.css @@ -46,7 +46,6 @@ .title_two_frame { padding-top: 2.25em; padding-bottom: 1.5em; - color: black; font-size: 2.5em; text-align: center; font-weight: 600; @@ -72,7 +71,7 @@ .topic div { margin-top: 1.25em; - border:0.09em solid; + border: 0.09em solid; border-color: #009FFF; border-radius: 0.6em; justify-content: center; @@ -86,7 +85,7 @@ } .switch { - height: 2.8125em; + height: 2.8125em; width: 21.875em; margin: 0 auto; border: 0.09em solid;