1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00
Files
Radarr/frontend/src/Components/DescriptionList/DescriptionListItemTitle.css
T
2019-06-11 22:06:43 -04:00

19 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;
}
}