UNPKG

contiago-toolbar

Version:

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

10 lines (7 loc) 193 B
import styled from 'styled-components'; export default styled.div ` font-size: 1vw !important; padding: 2vw; color: ${(props) => props.theme.fontColor}; overflow: auto; `;