UNPKG

contiago-toolbar

Version:

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

16 lines (14 loc) 315 B
import styled from 'styled-components'; export default styled.div ` color: #737373; font-size: 1.05vw; font-family: 'Open Sans Regular'; cursor: pointer; overflow: hidden; margin-bottom: 1vw; line-height: 1.4; &:hover { text-decoration: underline; } height: 6vw; `;