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