mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
19 lines
219 B
CSS
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;
|
|
}
|
|
}
|