Readarr/frontend/src/Components/DescriptionList/DescriptionListItemTitle.css
2017-10-15 02:17:53 -04:00

18 lines
219 B
CSS

.title {
line-height: $lineHeight;
}
.title {
font-weight: bold;
}
@media (min-width: 768px) {
.title {
@add-mixin truncate;
float: left;
clear: left;
width: 160px;
text-align: right;
}
}