2018-01-13 02:01:27 +00:00
|
|
|
.descriptionList {
|
2019-07-23 02:44:07 +00:00
|
|
|
composes: descriptionList from '~Components/DescriptionList/DescriptionList.css';
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2019-07-23 02:44:07 +00:00
|
|
|
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
2019-07-23 02:44:07 +00:00
|
|
|
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
margin-left: 100px;
|
|
|
|
}
|
2020-12-24 23:26:22 +00:00
|
|
|
|
|
|
|
.comment {
|
2021-11-20 23:15:30 +00:00
|
|
|
color: var(--darkGray);
|
2020-12-24 23:26:22 +00:00
|
|
|
font-size: $smallFontSize;
|
|
|
|
}
|