UNPKG

canner

Version:

Build CMS in few lines of code for different data sources

17 lines (13 loc) 272 B
import styled from 'styled-components'; export const FilterPlugin = styled.div` flex: 1; margin-right: 15px; min-width: 100px; ` export const Label = styled.div` color: #aaa; letter-spacing: 2px; font-size: 14px; margin-bottom: 5px; margin-left: 2px; `