public/styles/components/_usages-list.scss (21 lines of code) (raw):
.usages-list {
list-style: none;
margin: 0;
padding: 0;
}
.usages-list__item {
padding: 10px 0;
&__name {
font-weight: bold;
margin-bottom: 2px
}
&:not(:last-child) {
border-bottom: 1px solid $color300Grey;
}
}
.usages-list__details {
margin-right: 10px;
}
.usages-list__link {
padding-left: 10px;
}