UNPKG

contiago-toolbar

Version:

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

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