X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/9608fd1f0786c3baf2c2acb3149acba2c9008314..4b2e5f26a2bf27ea2cf41c0d4818e5b85785cd67:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 78792cc..42f09ea 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -70,7 +70,7 @@ } [wlxml-class|="emp"] { - font-style: italic; + font-weight: bold; } [wlxml-tag=metadata] { @@ -79,10 +79,16 @@ [wlxml-class|="list"] { - [wlxml-class|="item"] { - display: list-item; + + > * > [wlxml-class|="item"] { margin-left: 10px; padding-left: 5px; + + &:before { + content: '\2022'; + margin-right:10px; + padding-right:10px; + } } } @@ -97,7 +103,7 @@ counter-reset: myitem; - > [wlxml-class="item"] { + > * > [wlxml-class="item"] { counter-increment: myitem; margin-left: 10px; padding-left: 5px;