Selaa lähdekoodia

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

factor2
Leonard Kim 6 vuotta sitten
vanhempi
commit
0318568a30
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      css/_chat.scss

+ 1
- 0
css/_chat.scss Näytä tiedosto

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

Loading…
Peruuta
Tallenna