UNPKG

contiago-toolbar

Version:

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

10 lines (8 loc) 217 B
import styled from 'styled-components'; export default styled.div ` text-decoration: underline; cursor: pointer; display: inline; font-size: 0.88vw; color: ${(props) => props.theme.fontColor}; `;