Repository URL to install this package:
|
Version:
3.0.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Placeholder_1 = require("../../../../atoms/Placeholder");
const StyledHeading = styleh_components_1.styled.withComponent(Placeholder_1.TextPlaceholder)`margin-bottom:0.5rem;`;
exports.StyledHeading = StyledHeading;
const FormListWrapper = styleh_components_1.styled.div`display:flex;flex-direction:column;`;
exports.FormListWrapper = FormListWrapper;
const StyledButton = styleh_components_1.styled.withComponent(Placeholder_1.RectanglePlaceholder)`width:16.75rem;height:2.75rem;margin-top:0.5rem;@media (max-width:1023px){width:13.125rem;}@media (max-width:767px){margin-top:0.5rem;width:100%;}`;
exports.StyledButton = StyledButton;
const Wrapper = styleh_components_1.styled.section`display:flex;flex-direction:column;`;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map