mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
28 lines
446 B
Plaintext
28 lines
446 B
Plaintext
@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;
|
|
}
|
|
}
|
|
} |