X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/7868dda583569339a88ef875d50fd88f85241547..HEAD:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 3b47209..9bc7a6e 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -20,12 +20,6 @@ border: none; } -.grid-on { - [wlxml-tag] { - .rng-common-hoveredNode; - } -} - [wlxml-tag=span] { min-width: 10px; } @@ -39,6 +33,7 @@ [wlxml-tag=section] { margin-top: 10px; margin-bottom: 10px; + margin-left: 30px; } [wlxml-class|="cite"] { @@ -148,22 +143,4 @@ [wlxml-tag="aside"] { margin-top: 10px; margin-bottom: 10px; - - [wlxml-class='gap'] { - display: inline; - } } - -[wlxml-class="gap"] { - &:before, &:after { - color: darken(@blue, 10%); - font-weight: bold; - //vertical-align: super; - } - &:before { - content: "("; - } - &:after { - content: ")"; - } -} \ No newline at end of file