Repository URL to install this package:
|
Version:
2.8.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const DetailedList_1 = require("../../../molecules/DetailedList");
const DetailedListElement = styleh_components_1.styled.withComponent(DetailedList_1.DetailedList)`${DetailedList_1.DetailedListItemPanel}{margin:5px 0;color:var(--color-dark-grey);}${DetailedList_1.DetailedListValue}{margin-left:10px;}`;
exports.DetailedListElement = DetailedListElement; //# sourceMappingURL=styled.js.map