Repository URL to install this package:
|
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const BundleCollection_1 = require("abstractions/BundleCollection");
const Title = styled.span.attrs({
'data-qa': 'qa-product-heading'
}) `
width: 85%;
font-size: 24px;
color: #2c2c2c;
font-weight: bold;
`;
exports.Title = Title;
const ItemCount = styled.span.attrs({
'data-qa': 'qa-count'
}) `
font-size: 14px;
color: #2c2c2c;
`;
exports.ItemCount = ItemCount;
const Header = styled.withComponent(BundleCollection_1.Header) `
font: $font-regular-extra-small;
text-transform: capitalize;
flex-direction: column;
align-items: unset;
`;
exports.Header = Header;
//# sourceMappingURL=styled.js.map