aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_new/chat_new.scss
blob: 716172b0550a6b27909ca24db703ed73fe48ae1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.chat-new {
  .input-wrap {
    display: flex;
    margin: 0.7em 0.5em 0.7em 0.5em;

    input {
      width: 100%;
    }
  }

  .search-icon {
    margin-right: 0.3em;
  }

  .member-list {
    padding-bottom: 0.7rem;
  }

  .basic-user-card:hover {
    cursor: pointer;
    background-color: var(--selectedPost, $fallback--lightBg);
  }

  .go-back-button {
    cursor: pointer;
    margin-right: 1.7em;
    margin-left: 0.3em;
  }
}