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