UNPKG

contiago-toolbar

Version:

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

12 lines (10 loc) 264 B
import styled from 'styled-components'; export default styled.div ` display: flex; flex-direction: row; justify-content: space-between; align-items: center; font-family: 'Open Sans Condensed Light'; color: white; margin: 1vw 1.1vw; `;