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 HeadingSection = styleh_components_1.styled.div`@media (max-width:767px){margin-bottom:0.5rem;margin-left:0.5rem;}`;
exports.HeadingSection = HeadingSection;
const StyledAvailableCredit = styleh_components_1.styled.div`display:flex;@media (max-width:767px){margin-left:0.5rem;}`;
exports.StyledAvailableCredit = StyledAvailableCredit;
const Wrapper = styleh_components_1.styled.header`display:flex;justify-content:space-between;align-items:center;height:4.0625rem;margin:0.5rem 0rem 0rem 0rem;background:var(--color-pure-white);@media (max-width:767px){flex-direction:column;align-items:flex-start;height:5.875rem;margin:0rem 0rem 0.5rem 0rem;justify-content:center;}`;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map