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