mirror of
https://github.com/Readarr/Readarr
synced 2026-01-19 22:13:44 +01:00
11 lines
238 B
CSS
11 lines
238 B
CSS
.title {
|
|
composes: title from 'Components/DescriptionList/DescriptionListItemTitle.css';
|
|
|
|
width: 80px;
|
|
}
|
|
|
|
.description {
|
|
composes: title from 'Components/DescriptionList/DescriptionListItemDescription.css';
|
|
|
|
margin-left: 100px;
|
|
}
|