UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

10 lines (7 loc) 177 B
import styled from 'styled-components'; const Separator = styled.div` margin-top: 17px; margin-bottom: 24px; border-top: 1px solid #f6f6f6; `; export default Separator;