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 StyledHeading = styleh_components_1.styled.withComponent(Placeholder_1.TextPlaceholder)`margin-bottom:0.5rem;`;
exports.StyledHeading = StyledHeading;
const FormListWrapper = styleh_components_1.styled.div`display:flex;flex-direction:column;`;
exports.FormListWrapper = FormListWrapper;
const StyledButton = styleh_components_1.styled.withComponent(Placeholder_1.RectanglePlaceholder)`width:16.75rem;height:2.75rem;margin-top:0.5rem;@media (max-width:1023px){width:13.125rem;}@media (max-width:767px){margin-top:0.5rem;width:100%;}`;
exports.StyledButton = StyledButton;
const Wrapper = styleh_components_1.styled.section`display:flex;flex-direction:column;`;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map