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 Figure_1 = require("../../../molecules/Figure");

const Text_1 = require("../../../atoms/Text");

const MediaCarousel_1 = require("../MediaCarousel");

const Link_1 = require("../../../atoms/Link");

const StyledLink = styleh_components_1.styled.withComponent(Link_1.Link)`font-size:1rem;text-transform:capitalize;padding:0.5rem;text-decoration:none;color:#535353;`;
exports.StyledLink = StyledLink;
const StyledFigure = styleh_components_1.styled.withComponent(Figure_1.Figure)`width:100%;height:auto;display:flex;flex-direction:column;justify-content:space-between;${Figure_1.FigureCaption}{font-size:1rem;text-transform:capitalize;padding:0.5rem;}${Figure_1.StyledImage}{position:relative;width:100%;height:auto;img{position:relative;}}`;
exports.StyledFigure = StyledFigure;
const StyledTitle = styleh_components_1.styled.withComponent(Text_1.H2)`text-transform:capitalize;padding:0 0 0.9375rem 0.9375rem;margin:0;`;
exports.StyledTitle = StyledTitle;
const StyledMediaCarousel = styleh_components_1.styled.withComponent(MediaCarousel_1.MediaCarousel)``;
exports.StyledMediaCarousel = StyledMediaCarousel;
const StyledWrapper = styleh_components_1.styled.section``;
exports.StyledWrapper = StyledWrapper; //# sourceMappingURL=styled.js.map