UNPKG

@buffetjs/styles

Version:

Buffetjs Styles - The styling solution of Buffetjs

18 lines (14 loc) 278 B
/** * * Description * */ import styled from 'styled-components'; import colors from '../../assets/styles/colors'; const Description = styled.p` color: ${colors.brightGrey}; font-family: Lato; font-size: 1.2rem; line-height: 1.8rem; `; export default Description;