UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

11 lines (8 loc) 204 B
import styled from 'styled-components'; const RightOptionLabel = styled.div` color: #007dff; text-transform: uppercase; font-weight: bold; font-size: 1.1rem; `; export default RightOptionLabel;