UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

8 lines (5 loc) 133 B
import styled from 'styled-components'; const Container = styled.div` padding: 18px 30px 66px 30px; `; export default Container;