UNPKG

contiago-toolbar

Version:

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

11 lines (9 loc) 275 B
import styled from 'styled-components'; import { FaAngleRight } from 'react-icons/lib/fa'; export default styled(FaAngleRight)` ${(props) => (!props.isActive ? 'opacity: 0.5;' : null)}; color: ${(props) => props.theme.fontColor}; &:hover { cursor: pointer; } `;