UNPKG

@atlaskit/editor-common

Version:

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

31 lines (29 loc) 709 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indentationSharedStyles = void 0; var _react = require("@emotion/react"); /* eslint-disable @atlaskit/design-system/use-tokens-space */ var indentationSharedStyles = exports.indentationSharedStyles = (0, _react.css)({ '.fabric-editor-indentation-mark': { "&[data-level='1']": { marginLeft: '30px' }, "&[data-level='2']": { marginLeft: '60px' }, "&[data-level='3']": { marginLeft: '90px' }, "&[data-level='4']": { marginLeft: '120px' }, "&[data-level='5']": { marginLeft: '150px' }, "&[data-level='6']": { marginLeft: '180px' } } });