2020-10-29 16:18:38 +01:00
|
|
|
.items-list {
|
2020-12-23 17:09:02 +01:00
|
|
|
list-style: none;
|
|
|
|
margin: 7px 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow-y: auto;
|
2020-10-29 16:18:38 +01:00
|
|
|
|
2020-12-23 17:09:02 +01:00
|
|
|
.item-header {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-10-29 16:18:38 +01:00
|
|
|
|
2020-12-23 17:09:02 +01:00
|
|
|
.item {
|
|
|
|
height: 30px;
|
|
|
|
line-height: 24px;
|
|
|
|
padding: 3px 0;
|
|
|
|
border-bottom: 1px solid #bbb;
|
2020-10-29 16:18:38 +01:00
|
|
|
|
2020-12-23 17:09:02 +01:00
|
|
|
.item-image {
|
|
|
|
flex: 0 0 24px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2020-10-29 16:18:38 +01:00
|
|
|
|
2020-12-23 17:09:02 +01:00
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
}
|
2020-10-29 16:18:38 +01:00
|
|
|
}
|
|
|
|
|
2020-12-23 17:09:02 +01:00
|
|
|
.item-name {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-10-29 16:18:38 +01:00
|
|
|
|
2020-12-23 17:09:02 +01:00
|
|
|
.item-controls {
|
|
|
|
flex: 0 0 86px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2020-12-29 01:44:54 +01:00
|
|
|
|
|
|
|
.item-description {
|
|
|
|
font-size: 75%;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
p {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
2020-12-23 17:09:02 +01:00
|
|
|
}
|
2020-12-29 21:27:21 +01:00
|
|
|
|
|
|
|
.items-list-title {
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding-left: 1em;
|
|
|
|
border-bottom: 2px groove $c-border-groove;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|