Repository URL to install this package:
|
Version:
2.0.17 ▾
|
"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;