2020-05-07 13:10:53 +00:00
|
|
|
.chat-new {
|
|
|
|
.input-wrap {
|
|
|
|
display: flex;
|
|
|
|
margin: 0.7em 0.5em 0.7em 0.5em;
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-20 19:13:19 +00:00
|
|
|
.search-icon {
|
2020-05-07 13:10:53 +00:00
|
|
|
margin-right: 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.member-list {
|
2020-06-21 14:13:29 +00:00
|
|
|
padding-bottom: 0.7rem;
|
2020-05-07 13:10:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.basic-user-card:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: var(--selectedPost, $fallback--lightBg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.go-back-button {
|
|
|
|
cursor: pointer;
|
2020-10-29 06:55:54 +00:00
|
|
|
width: 28px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0.6em;
|
|
|
|
margin: -0.6em 0.6em -0.6em -0.6em;
|
2020-05-07 13:10:53 +00:00
|
|
|
}
|
|
|
|
}
|