UNPKG

instantjob-recruiter-client

Version:

a set of tools for creating an instantjob recruiter react client

14 lines (12 loc) 290 B
import React from 'react' import styled from 'styled-components' import {color} from 'common/styles' export default styled.div` display: flex; align-items: center; justify-content: center; padding: 40px; font-weight: 700; color: ${color('black', 'pale')}; font-size: 20px; `