pleroma-fe/src/components/chat_new/chat_new.scss

32 lines
499 B
SCSS
Raw Normal View History

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%;
}
}
.search-icon {
2020-05-07 13:10:53 +00:00
margin-right: 0.3em;
}
.member-list {
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 {
text-align: center;
2022-04-20 20:22:51 +00:00
line-height: 1;
height: 100%;
align-self: start;
width: var(--__panel-heading-height-inner);
2020-05-07 13:10:53 +00:00
}
}