UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

15 lines (12 loc) 294 B
import styled from 'styled-components'; const RightContent = styled.div` display: flex; z-index: 10; background-color: ${({ theme }) => theme.main.colors.white}; align-items: center; line-height: 32px; right: 1px; top: 1px; position: absolute; `; export default RightContent;