UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

11 lines (8 loc) 283 B
import styled from 'styled-components'; const Div = styled.div` min-height: 36px; border-left: ${props => props.borderLeft ? '3px solid #007EFF' : '0px' }; padding-left: ${props => props.borderLeft ? '10px' : '13px' }; margin-bottom: 0px !important; `; export default Div;