UNPKG

@chayns-components/person-finder

Version:

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

23 lines (22 loc) 632 B
import styled from 'styled-components'; export const StyledPersonFinderGroup = styled.div``; export const StyledPersonFinderGroupWaitCursor = styled.div` display: flex; justify-content: center; `; export const StyledPersonFinderGroupErrorMessage = styled.div` text-align: center; `; export const StyledPersonFinderGroupName = styled.div` padding: 5px 10px; font-weight: bold; color: ${({ theme }) => theme.text}; `; export const StyledPersonFinderGroupButtonWrapper = styled.div` display: flex; justify-content: center; margin-top: 20px; `; //# sourceMappingURL=PersonFinderGroup.styles.js.map