UNPKG

contiago-toolbar

Version:

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

7 lines (5 loc) 143 B
import styled from 'styled-components'; export default styled.div ` font-size: 1.54vw; color: ${(props) => props.theme.fontColor}; `;