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

const Button_1 = require("../../../atoms/Button");

const PhysicalAddress_1 = require("../../../molecules/PhysicalAddress");

const Buttons_1 = require("../../Buttons");

const Title = styleh_components_1.styled.withComponent(Text_1.Heading)`
  margin: 0;
  margin-right: rem(60);
  text-transform: capitalize;

  @phone-or-smaller() {
    margin: 0;
    width: 35%;
  }
`;
exports.Title = Title;
const HeaderButton = styleh_components_1.styled.withComponent(Buttons_1.LinkButton)`
  width: auto;
  height: auto;
  ${Button_1.ButtonLabel} {
    margin: 0;
  }
`;
exports.HeaderButton = HeaderButton;
const StyledAddress = styleh_components_1.styled.withComponent(PhysicalAddress_1.PhysicalAddress)``;
exports.StyledAddress = StyledAddress;
const HeaderWrapper = styleh_components_1.styled.div`
  display: flex;
  flex-direction: column;
`;
exports.HeaderWrapper = HeaderWrapper; //# sourceMappingURL=styled.js.map