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