Browse Source

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

factor2
Leonard Kim 6 years ago
parent
commit
0318568a30
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      css/_chat.scss

+ 1
- 0
css/_chat.scss View File

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

Loading…
Cancel
Save