UNPKG

strapi-plugin-i18n

Version:

This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API

9 lines (6 loc) 204 B
import styled from 'styled-components'; const Wrapper = styled.div` padding-bottom: ${({ paddingBottom }) => paddingBottom}; border-top: 1px solid rgba(14, 22, 34, 0.04); `; export default Wrapper;