12 lines
246 B
CSS
12 lines
246 B
CSS
.title {
|
|
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
|
|
|
|
width: 90px;
|
|
}
|
|
|
|
.description {
|
|
composes: description from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
|
|
|
margin-left: 110px;
|
|
}
|