mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-10 13:08:20 +00:00
Added space between the chat symbol and button text
This commit is contained in:
@@ -5,24 +5,19 @@
|
||||
justify-content: right;
|
||||
padding: 10px;
|
||||
|
||||
.hover {
|
||||
.hover();
|
||||
}
|
||||
|
||||
.chatButton {
|
||||
justify-content: right;
|
||||
margin: 0 9px;
|
||||
margin: 0 45px 15px 0;
|
||||
border: 10px;
|
||||
min-height: 44px;
|
||||
|
||||
|
||||
|
||||
&:focus {
|
||||
outline: 0px;
|
||||
}
|
||||
|
||||
>span {
|
||||
padding-right: 12px;
|
||||
font-size: 20px;
|
||||
font-size: 17px;
|
||||
font-family: @DataExplorerFont;
|
||||
color: @DefaultFontColor;
|
||||
color: @AccentLow;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user