UNPKG

@chayns-components/person-finder

Version:

A set of beautiful React components for developing your own applications with chayns.

30 lines (28 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledPersonFinderGroupWaitCursor = exports.StyledPersonFinderGroupName = exports.StyledPersonFinderGroupErrorMessage = exports.StyledPersonFinderGroupButtonWrapper = exports.StyledPersonFinderGroup = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const StyledPersonFinderGroup = exports.StyledPersonFinderGroup = _styledComponents.default.div``; const StyledPersonFinderGroupWaitCursor = exports.StyledPersonFinderGroupWaitCursor = _styledComponents.default.div` display: flex; justify-content: center; `; const StyledPersonFinderGroupErrorMessage = exports.StyledPersonFinderGroupErrorMessage = _styledComponents.default.div` text-align: center; `; const StyledPersonFinderGroupName = exports.StyledPersonFinderGroupName = _styledComponents.default.div` padding: 5px 10px; font-weight: bold; color: ${({ theme }) => theme.text}; `; const StyledPersonFinderGroupButtonWrapper = exports.StyledPersonFinderGroupButtonWrapper = _styledComponents.default.div` display: flex; justify-content: center; margin-top: 20px; `; //# sourceMappingURL=PersonFinderGroup.styles.js.map