X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/39f891f942d26b4048bf5f4e32fc235b33f36b26..226e74a984c6e5652bc7c6f7cb97f2f27eaba6b1:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index c48ca0d..40ebc20 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -151,4 +151,18 @@ [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