UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

11 lines (8 loc) 175 B
import styled from 'styled-components'; const Label = styled.label` font-weight: 500; font-size: 13px; margin-bottom: 1rem; display: block; `; export default Label;