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 Placeholder_1 = require("../../../../atoms/Placeholder");

const StyledDescription = styleh_components_1.styled.withComponent(Placeholder_1.ParagraphPlaceholder)`margin:0.5rem 0 1rem 0;`;
exports.StyledDescription = StyledDescription;
const CardBox = styleh_components_1.styled.div`max-width:21.875rem;@media (max-width:767px){width:100%;}`;
exports.CardBox = CardBox;
const StyledButton = styleh_components_1.styled.withComponent(Placeholder_1.RectanglePlaceholder)`width:15.625rem;@media (max-width:767px){width:100%;}`;
exports.StyledButton = StyledButton;
const Wrapper = styleh_components_1.styled.div``;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map