2018-01-13 02:01:27 +00:00
|
|
|
.descriptionList {
|
2019-07-22 00:41:52 +00:00
|
|
|
composes: descriptionList from "~Components/DescriptionList/DescriptionList.css";
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2019-07-22 00:41:52 +00:00
|
|
|
composes: title from "~Components/DescriptionList/DescriptionListItemTitle.css";
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
2019-07-22 00:41:52 +00:00
|
|
|
composes: title from "~Components/DescriptionList/DescriptionListItemDescription.css";
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
margin-left: 100px;
|
|
|
|
}
|