chatbot sticky button

This commit is contained in:
tomasvaron
2022-06-20 15:16:07 -04:00
parent 7b1f3bb493
commit 4fd153d676
7 changed files with 42684 additions and 1358 deletions

28
less/chat.less Normal file
View File

@@ -0,0 +1,28 @@
@import "./Common/Constants";
.chat {
display: grid;
justify-content: right;
padding: 10px;
.hover {
.hover();
}
.chatButton {
justify-content: right;
margin: 0 9px;
border: 10px;
min-height: 44px;
>span {
padding-right: 12px;
font-size: 20px;
font-family: @DataExplorerFont;
color: @DefaultFontColor;
}
}
}