UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

10 lines (7 loc) 162 B
import styled from 'styled-components'; const SubLabel = styled.p` padding-top: 10px; line-height: normal; font-size: 1.3rem; `; export default SubLabel;