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("@skava/ui/dist/components/atoms/Text");

const Button_1 = require("@skava/ui/dist/components/atoms/Button");

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

const StyledButton = styleh_components_1.styled.withComponent(Buttons_1.PrimaryButton)`background-color:var(--color-blue);width:16.375rem;height:2.75rem;font-weight:500;${Button_1.ButtonText}{font-size:1.125rem;}@media (max-width:1023px){width:17.1875rem}@media (max-width:767px){width:100%;}`;
exports.StyledButton = StyledButton;
const StyledHeading = styleh_components_1.styled.withComponent(Text_1.Heading)`text-transform:capitalize;margin:0;font-weight:500;color:var(--color-black);@media (max-width:1023px){font-size:1.25rem;}`;
exports.StyledHeading = StyledHeading;