2021-03-22 04:04:19 +00:00
|
|
|
@import "tributejs/dist/tribute.css";
|
2020-05-21 02:00:43 +00:00
|
|
|
|
2018-02-03 08:09:35 +00:00
|
|
|
.tribute-container {
|
2020-08-25 19:48:53 +00:00
|
|
|
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
|
|
|
|
border-radius: .25rem;
|
2020-05-21 02:00:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tribute-container ul {
|
2020-08-25 19:48:53 +00:00
|
|
|
margin-top: 0 !important;
|
2020-11-15 20:58:16 +00:00
|
|
|
background: var(--color-body) !important;
|
2020-05-21 02:00:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tribute-container li {
|
2020-08-25 19:48:53 +00:00
|
|
|
padding: 3px .5rem !important;
|
2020-05-21 02:00:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tribute-container li span.fullname {
|
2020-08-25 19:48:53 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: .8rem;
|
|
|
|
margin-left: 3px;
|
2020-05-21 02:00:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tribute-container li.highlight,
|
|
|
|
.tribute-container li:hover {
|
2020-11-15 20:58:16 +00:00
|
|
|
background: var(--color-primary) !important;
|
2020-08-25 19:48:53 +00:00
|
|
|
color: #ffffff !important;
|
2018-02-03 08:09:35 +00:00
|
|
|
}
|
2020-04-28 18:05:39 +00:00
|
|
|
|
|
|
|
.tribute-item {
|
2020-08-25 19:48:53 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-04-28 18:05:39 +00:00
|
|
|
}
|
|
|
|
|
2020-05-21 02:00:43 +00:00
|
|
|
.tribute-item .emoji,
|
|
|
|
.tribute-item img[src*="/avatar/"] {
|
2020-08-25 19:48:53 +00:00
|
|
|
margin-right: .5rem;
|
2020-04-28 18:05:39 +00:00
|
|
|
}
|
2020-05-21 02:00:43 +00:00
|
|
|
|
|
|
|
.tribute-container img {
|
2020-08-25 19:48:53 +00:00
|
|
|
width: 1.5rem !important;
|
|
|
|
height: 1.5rem !important;
|
2020-05-21 02:00:43 +00:00
|
|
|
}
|