UNPKG

contiago-toolbar

Version:

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

15 lines (13 loc) 306 B
import styled from 'styled-components'; export default styled.div ` height: 25vw; max-width: 18vw; background: white; border: 0.15vw solid rgba(0,0,0,0.2); padding: 1vw; cursor: pointer; position: relative; &:hover { border: 0.15vw solid rgb(224, 33, 33); } `;