added the chat agent

This commit is contained in:
soyed 2021-04-15 12:03:34 -04:00
parent 46d5a1e4ae
commit a44d212593
2 changed files with 40 additions and 9 deletions

View file

@ -262,11 +262,6 @@ input:invalid+span:after {
position: absolute;
content: '✖';
padding-left: 5px;
<<<<<<< HEAD
}
input:valid+span:after {
=======
}
input:valid+span:after {
@ -286,8 +281,6 @@ input:valid+span:after {
/* Footer section */
#footer {}
.social-icon {
margin: 20px 10px;
}
@ -355,3 +348,22 @@ input[type=submit] {
input[type=submit]:hover {
background-color: #fa4664;
}
.agent-box{
text-align: right;
}
#chat-bot{
display: none;
}
#bot-display{
}
.bot-icon{
color: #34626c;
}
.bot-icon:hover {
color: rgb(216, 181, 24);
}