Repository URL to install this package:
|
Version:
3.0.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Placeholder_1 = require("../../../../atoms/Placeholder");
const StyledDescription = styleh_components_1.styled.withComponent(Placeholder_1.ParagraphPlaceholder)`margin:0.5rem 0 1rem 0;`;
exports.StyledDescription = StyledDescription;
const CardBox = styleh_components_1.styled.div`max-width:21.875rem;@media (max-width:767px){width:100%;}`;
exports.CardBox = CardBox;
const StyledButton = styleh_components_1.styled.withComponent(Placeholder_1.RectanglePlaceholder)`width:15.625rem;@media (max-width:767px){width:100%;}`;
exports.StyledButton = StyledButton;
const Wrapper = styleh_components_1.styled.div``;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map