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 CreditLabel = styleh_components_1.styled.withComponent(Text_1.Label).attrs({
  'data-qa': 'qa-available-credit'
})`font-size:1.125rem;color:var(--color-black);font-weight:400;@media (max-width:767px){font-size:1rem;}`;
exports.CreditLabel = CreditLabel;
const Price = styleh_components_1.styled.withComponent(Text_1.Label).attrs({
  'data-qa': 'qa-credit-value'
})`margin-left:0.25rem;font-weight:500;font-size:1.125rem;color:var(--color-dark-green);margin-right:1rem;@media (max-width:767px){font-weight:700;font-size:1rem;margin-right:unset;}`;
exports.Price = Price;
const DashboardTitle = styleh_components_1.styled.withComponent(Text_1.Heading)`font-weight:500;font-size:1.5rem;color:var(--color-black);margin:0;margin-left:1rem;@media (max-width:767px){font-size:1.25rem;margin-left:unset;}`;
exports.DashboardTitle = DashboardTitle; //# sourceMappingURL=styled.js.map