mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
2291f3e00e
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
23 lines
438 B
CSS
23 lines
438 B
CSS
.descriptionList {
|
|
composes: descriptionList from '~Components/DescriptionList/DescriptionList.css';
|
|
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.title {
|
|
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
|
|
|
|
width: 80px;
|
|
}
|
|
|
|
.description {
|
|
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
|
|
|
margin-left: 100px;
|
|
}
|
|
|
|
.comment {
|
|
color: var(--darkGray);
|
|
font-size: $smallFontSize;
|
|
}
|