ref(chat): add light top border on input for visual separation

This commit is contained in:
Leonard Kim 2019-05-02 13:15:12 -07:00 committed by virtuacoplenny
parent 4d04141f24
commit 0318568a30
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@
#chat-input {
background-color: $newToolbarBackgroundColor;
border-top: 1px solid #A4B8D1;
display: flex;
}