contiago-toolbar
Version:
One of the options for outputting content from contiago xml-server
14 lines (12 loc) • 327 B
JavaScript
import styled from 'styled-components';
export default styled.div`
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 1.3vw;
height: ${(props) => props.height || '100%'};
border: 0.15vw solid rgba(0, 0, 0, 0.13);
color: rgba(0, 0, 0, 0.13);
`;