UNPKG

contiago-toolbar

Version:

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

13 lines (11 loc) 288 B
import styled from 'styled-components'; export default styled.div ` font-family: 'Open Sans Regular'; margin: 1vw 1.5vw 1vw 0; font-size: 1.12vw; font-weight: bold; cursor: pointer; color: ${(props) => props.active ? props.theme.mainColor : '#646464'} `;