mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-07-27 07:06:52 +01:00
23 lines
396 B
Plaintext
23 lines
396 B
Plaintext
@import "./Common/Constants";
|
|
|
|
.chat {
|
|
display: grid;
|
|
justify-content: right;
|
|
padding: 10px;
|
|
|
|
.chatButton {
|
|
margin: 0 45px 15px 0;
|
|
border: 10px;
|
|
min-height: 44px;
|
|
|
|
&:focus {
|
|
outline: 0px;
|
|
}
|
|
|
|
>span {
|
|
font-size: 17px;
|
|
font-family: @DataExplorerFont;
|
|
color: @AccentLow;
|
|
}
|
|
}
|
|
} |