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

13 lines (10 loc) 202 B
import styled from 'styled-components'; const Wrapper = styled.div` position: relative; padding-bottom: 18px; label { display: block; margin-bottom: 1rem; } `; export default Wrapper;