Repository URL to install this package:
|
Version:
2.1.14 ▾
|
"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 PhysicalAddress_1 = require("@skava/ui/dist/components/molecules/PhysicalAddress");
const StyledTitle = styleh_components_1.styled(Text_1.Heading)`margin:0;padding:0 0 8px 0;font-size:20px;color:var(--color-black);text-transform:capitalize;`;
exports.StyledTitle = StyledTitle;
const StyledAddress = styleh_components_1.styled(PhysicalAddress_1.PhysicalAddress)`font-size:16px;line-height:25px;font-weight:400;color:var(--color-black);`;
exports.StyledAddress = StyledAddress;