Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const DetailedList_1 = require("../../molecules/DetailedList");
const StyledDetailedList = styleh_components_1.styled.withComponent(DetailedList_1.DetailedList)`
${DetailedList_1.DetailedListItemPanel} {
border-bottom: 1px solid #a6afc1;
color: #5f6c88;
width: 100%;
padding: 1rem 0;
}
${DetailedList_1.DetailedListLabel} {
flex: 1;
flex-basis:30%;
margin: 0;
color: inherit;
font-weight: bold;
}
${DetailedList_1.DetailedListValue} {
flex: 1;
flex-basis:70%;
color: inherit;
}
`;
exports.StyledDetailedList = StyledDetailedList; //# sourceMappingURL=styled.js.map