X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/30cff3b4aec008ee33ddb413f814d5962a5e3727..11ffa88b49ac21b7000746a5a75ec5528461a0ae:/src/editor/modules/rng/documentSummary.less diff --git a/src/editor/modules/rng/documentSummary.less b/src/editor/modules/rng/documentSummary.less new file mode 100644 index 0000000..2c63fa1 --- /dev/null +++ b/src/editor/modules/rng/documentSummary.less @@ -0,0 +1,16 @@ +.documentSummary { + .title { + font-size: 13px; + margin: 0 0 5px 0; + } + table { + width: 100%; + tr td:first-child { + font-weight: bold; + text-align: left; + } + tr td:nth-child(2) { + text-align: right; + } + } +} \ No newline at end of file