Added space between the chat symbol and button text

This commit is contained in:
tomasvaron
2022-07-14 10:30:28 -04:00
parent 4fd153d676
commit 02d0353215
2 changed files with 12 additions and 16 deletions

View File

@@ -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;
}
}
}