UNPKG

@procraft/widget-order

Version:

Order widget for landing

32 lines (30 loc) 793 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WidgetOrderStyled = void 0; const styled_components_1 = __importDefault(require("styled-components")); // import okSvg from './img/ok.svg'; exports.WidgetOrderStyled = styled_components_1.default.div ` &, * { box-sizing: border-box; font-family: Inter, sans-serif; } position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 0; color: #333; line-height: 1.42; flex: 1; min-width: 300px; max-width: 350px; margin: 0 15px 30px 15px; .flex-1 { flex: 1; } `; //# sourceMappingURL=index.js.map