blob: 124a3785557dc99a82835f587ac5c8a44c444404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.collection .collection-item.avatar {
min-height: 64px !important;
}
.collection-item.avatar > .circle {
top: 12px;
}
.search-results {
top: -50px;
z-index: 2;
}
.collection > .collection-item {
transition: background-color .35s;
}
.collection > .collection-item:hover {
background-color: #e1bee7;
}
|