UNPKG

@procraft/widget-order

Version:

Order widget for landing

37 lines (32 loc) 853 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ButtonStyled = void 0; const styled_components_1 = __importDefault(require("styled-components")); const styles_1 = require("../../styles"); exports.ButtonStyled = styled_components_1.default.button ` ${styles_1.WidgetOrderStyled} & { padding: 8px 16px; background: #233d78; border-radius: 6px; border: none; width: 100%; color: #ffffff; font-weight: 500; font-size: 16px; line-height: 24px; &:enabled { cursor: pointer; } &:disabled { opacity: 0.6; cursor: default; } &.save { margin-top: 30px; } } `; //# sourceMappingURL=styles.js.map