mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-26 08:17:20 +00:00
SA-109 Added a new chat frame, added animation to the left and right frames
This commit is contained in:
parent
21f07c57c0
commit
fa3f3b5a4c
@ -28,7 +28,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="title_three_frame">What you're looking for, we will help you solve your problem and find it</div>
|
<div class="title_three_frame">What you're looking for, we will help you solve your problem and find it
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="topic">
|
<div class="topic">
|
||||||
<div class="topic_one">
|
<div class="topic_one">
|
||||||
@ -51,7 +52,8 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="chat_input">
|
<div class="chat_input">
|
||||||
<input class="input_messages" type="text" id="chatInput" placeholder="Describe what you are looking for....">
|
<input class="input_messages" type="text" id="chatInput"
|
||||||
|
placeholder="Describe what you are looking for....">
|
||||||
<img class="button_sende" src="/images/send.svg" alt="Send message">
|
<img class="button_sende" src="/images/send.svg" alt="Send message">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@
|
|||||||
.title_two_frame {
|
.title_two_frame {
|
||||||
padding-top: 2.25em;
|
padding-top: 2.25em;
|
||||||
padding-bottom: 1.5em;
|
padding-bottom: 1.5em;
|
||||||
color: black;
|
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
Loading…
Reference in New Issue
Block a user