UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

12 lines 220 B
import { css } from '@emotion/react'; export const mediaLinkStyle = css` position: absolute; background: transparent; top: 0; right: 0; bottom: 0; left: 0; cursor: pointer; width: 100%; height: 100%; `;