UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

18 lines (15 loc) 274 B
import styled from 'styled-components'; const Link = styled.div` position: absolute; bottom: 4px; left: 38px; font-weight: 400; color: #007eff; cursor: pointer; font-size: 13px; svg { margin-right: 7px; font-size: 11px; } `; export default Link;