From: Aleksander Ɓukasz Date: Tue, 28 Jan 2014 11:42:08 +0000 (+0100) Subject: editor: styling experiments for aside.gap element X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/226e74a984c6e5652bc7c6f7cb97f2f27eaba6b1 editor: styling experiments for aside.gap element --- 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