UNPKG

contiago-toolbar

Version:

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

12 lines (10 loc) 270 B
import styled from 'styled-components'; export default styled.div` display: none; justify-content: center; align-items: center; height: 100%; color: white; font-size: ${(props) => props.iconSize}; background-color: ${(props) => props.theme.mainColor}; `;