mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 18:32:00 +00:00
chatbot sticky button
This commit is contained in:
28
less/chat.less
Normal file
28
less/chat.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user