UNPKG

contiago-toolbar

Version:

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

12 lines (10 loc) 213 B
import styled from 'styled-components'; export default styled.div ` z-index:9999; position: fixed; top: 0; right: ${(props) => props.right || '7vw'}; & * { user-select: none; } `;