瀏覽代碼

ref(chat): differentiate local and remote messages with background color

master
Leonard Kim 6 年之前
父節點
當前提交
afbc622fb9
共有 1 個檔案被更改,包括 2 行新增5 行删除
  1. 2
    5
      css/_chat.scss

+ 2
- 5
css/_chat.scss 查看文件

177
 }
177
 }
178
 
178
 
179
 .chatmessage {
179
 .chatmessage {
180
-    background-color: $newToolbarBackgroundColor;
180
+    background-color: rgba(240, 243, 247, 0.15);
181
     width: 93%;
181
     width: 93%;
182
     margin-left: 9px;
182
     margin-left: 9px;
183
     margin-right: auto;
183
     margin-right: auto;
188
     position: relative;
188
     position: relative;
189
 
189
 
190
     &.localuser {
190
     &.localuser {
191
+        background-color: rgba(26, 108, 180, 1);
191
         border-radius: 6px 0px 6px 6px;
192
         border-radius: 6px 0px 6px 6px;
192
-
193
-        .display-name {
194
-            color: #4C9AFF
195
-        }
196
     }
193
     }
197
 
194
 
198
     &.error {
195
     &.error {

Loading…
取消
儲存