UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

11 lines (9 loc) 245 B
import styled from 'styled-components'; export default styled.div ` font-size: 2.5vw; font-family: 'Open Sans Condensed Light'; line-height: 1; color: ${(props) => props.theme.fontColor}; margin: 1.5vw 0; width: 90%; `;