X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/e7de024e8c0798383a31b7c8bb08dc31a5ce876a..4f68cdcc12eb61a0061fc1a3b143ea5fa4f77310:/modules/documentCanvas/nodes.less diff --git a/modules/documentCanvas/nodes.less b/modules/documentCanvas/nodes.less index cf1df16..3477c3c 100644 --- a/modules/documentCanvas/nodes.less +++ b/modules/documentCanvas/nodes.less @@ -1,4 +1,8 @@ +[document-node-element] { + font-size: 1px; +} [document-text-element] { + font-size: 14px; display: inline; margin: 0 1px; border: 1px solid white; @@ -20,7 +24,7 @@ min-width: 10px; } -[wlxml-tag=header] { +[wlxml-tag=header] [document-text-element] { font-size: 13px; font-weight: bold; margin: 10px 0; @@ -47,11 +51,11 @@ color: blue; } -[wlxml-tag=header] [wlxml-class=author] { +[wlxml-tag=header] [wlxml-class=author] [document-text-element] { font-size: 14px; } -[wlxml-tag=header] [wlxml-class=title] { +[wlxml-tag=header] [wlxml-class=title] [document-text-element] { font-size:18px; }