mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
799 B
43 lines
799 B
4 years ago
|
@import "tributejs/dist/tribute.css";
|
||
5 years ago
|
|
||
7 years ago
|
.tribute-container {
|
||
2 years ago
|
box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
|
||
|
border-radius: 0.25rem;
|
||
5 years ago
|
}
|
||
|
|
||
|
.tribute-container ul {
|
||
4 years ago
|
margin-top: 0 !important;
|
||
4 years ago
|
background: var(--color-body) !important;
|
||
5 years ago
|
}
|
||
|
|
||
|
.tribute-container li {
|
||
2 years ago
|
padding: 3px 0.5rem !important;
|
||
5 years ago
|
}
|
||
|
|
||
|
.tribute-container li span.fullname {
|
||
4 years ago
|
font-weight: normal;
|
||
2 years ago
|
font-size: 0.8rem;
|
||
4 years ago
|
margin-left: 3px;
|
||
5 years ago
|
}
|
||
|
|
||
|
.tribute-container li.highlight,
|
||
|
.tribute-container li:hover {
|
||
4 years ago
|
background: var(--color-primary) !important;
|
||
2 years ago
|
color: var(--color-primary-contrast) !important;
|
||
7 years ago
|
}
|
||
5 years ago
|
|
||
|
.tribute-item {
|
||
4 years ago
|
display: flex;
|
||
|
align-items: center;
|
||
5 years ago
|
}
|
||
|
|
||
5 years ago
|
.tribute-item .emoji,
|
||
|
.tribute-item img[src*="/avatar/"] {
|
||
2 years ago
|
margin-right: 0.5rem;
|
||
5 years ago
|
}
|
||
5 years ago
|
|
||
|
.tribute-container img {
|
||
4 years ago
|
width: 1.5rem !important;
|
||
|
height: 1.5rem !important;
|
||
5 years ago
|
}
|