1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-07 13:34:20 -04:00
gitea/web_src/less/_tribute.less

33 lines
591 B
Plaintext
Raw Normal View History

.tribute-container {
2019-05-13 02:26:32 -04:00
box-shadow: 0 1px 3px 1px #c7c7c7;
ul {
background: #ffffff;
}
li {
padding: 8px 12px;
border-bottom: 1px solid #dcdcdc;
img {
display: inline-block;
vertical-align: middle;
width: 28px;
height: 28px;
margin-right: 5px;
}
span.fullname {
font-weight: normal;
font-size: .8rem;
2019-05-13 02:26:32 -04:00
margin-left: 3px;
}
}
2019-05-13 20:54:23 -04:00
li.highlight,
li:hover {
background: #2185d0;
2019-05-13 02:26:32 -04:00
color: #ffffff;
}
}