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 styleh_components_1 = require("styleh-components");

const DetailedList_1 = require("../../../molecules/DetailedList");

const DetailedList_2 = require("../../../molecules/DetailedList");

const StyledSpecificationList = styleh_components_1.styled.withComponent(DetailedList_1.DetailedList)`${DetailedList_2.DetailedListItemPanel}{${DetailedList_2.DetailedListLabel}{font-weight:500;font-size:16px;&::after{margin-right:5px;}}${DetailedList_2.DetailedListValue}{margin:0;font-weight:500;font-size:16px;}}`;
exports.StyledSpecificationList = StyledSpecificationList; //# sourceMappingURL=styled.js.map