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 BundleCollection_1 = require("../../../abstractions/BundleCollection");

const Title = styleh_components_1.styled.span.attrs({
  'data-qa': 'qa-product-heading'
})`width:85%;font-size:24px;color:var(--color-black);font-weight:bold;`;
exports.Title = Title;
const ItemCount = styleh_components_1.styled.span.attrs({
  'data-qa': 'qa-count'
})`font-size:14px;color:var(--color-black);`;
exports.ItemCount = ItemCount;
const Header = styleh_components_1.styled(BundleCollection_1.Header)`font:400 0.875rem "Roboto",Arial,Helvetica,sans-serif;text-transform:capitalize;@media (max-width:767px){flex-direction:column;align-items:unset;}`;
exports.Header = Header;