Repository URL to install this package:
|
Version:
2.7.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Text_1 = require("../../atoms/Text");
const PhysicalAddress_1 = require("../../molecules/PhysicalAddress");
const StyledTitle = styleh_components_1.styled.withComponent(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.withComponent(PhysicalAddress_1.PhysicalAddress)`font-size:16px;line-height:25px;font-weight:400;color:var(--color-black);`;
exports.StyledAddress = StyledAddress; //# sourceMappingURL=styled.js.map