UNPKG

contiago-toolbar

Version:

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

16 lines (14 loc) 402 B
import styled from 'styled-components'; export default styled.div ` display: grid; grid-template-columns: ${(props) => props.template || '100%'}; padding-bottom: 1.4vw; padding-top: 0.5vw; margin: 0 1.4vw; font-size: 1.1vw; position: absolute; width: 95%; bottom: 0; background-color: ${(props) => props.theme.mainColor}; border-top: 0.15vw solid black; `;