Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const view_container_1 = require("view-container");
const DetailedList_1 = require("molecules/DetailedList");
const StyledDetailedList = view_container_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