UNPKG

contiago-toolbar

Version:

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

9 lines (7 loc) 163 B
import styled from 'styled-components'; export default styled.div` display: flex; flex-direction: column; padding: 1vw 2vw; background-color: #ffffff; `;