UNPKG

contiago-toolbar

Version:

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

11 lines (9 loc) 247 B
import styled from 'styled-components'; export default styled.div ` font-family: 'Open Sans Condensed Light'; font-size: 3.5vw; text-align: center; color: ${(props) => props.theme.fontColor}; margin-top: 2vw; margin-bottom: 1.4vw; `;