UNPKG

contiago-toolbar

Version:

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

14 lines (12 loc) 278 B
import styled from 'styled-components'; import { MdHighlightRemove } from 'react-icons/lib/md'; export default styled(MdHighlightRemove)` position: absolute; right: 0.3vw; top: 0.3vw; font-size: 2vw; color: rgba(0, 0, 0, 0.3); &:hover { cursor: pointer; } `;