Repository URL to install this package:
|
Version:
2.0.4 ▾
|
"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: #2c2c2c;
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: #2c2c2c;
`;
exports.StyledAddress = StyledAddress; //# sourceMappingURL=styled.js.map