Repository URL to install this package:
|
Version:
2.1.6 ▾
|
"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 ProductOrderSummary_1 = require("../../ProductPieces/ProductOrderSummary");
const StyledPaymentMethodHeading = styleh_components_1.styled(Text_1.Heading)`font:700 1.25rem "Roboto",Arial,Helvetica,sans-serif;color:var(--color-black);margin:0;padding-bottom:0.5rem;`;
exports.StyledPaymentMethodHeading = StyledPaymentMethodHeading;
const StyledPaymentInformation = styleh_components_1.styled(Text_1.Text)`margin-bottom:0.5rem;`;
exports.StyledPaymentInformation = StyledPaymentInformation;
const StyledOrderSummary = styleh_components_1.styled(ProductOrderSummary_1.ProductOrderSummary)`max-width:none;width:100%;`;
exports.StyledOrderSummary = StyledOrderSummary;