X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/c833dec45110d8cb85cdf63813a17b1c27516552..3dfe15d50b60598341b9754876db4a48162c5cd0:/src/editor/plugins/core/edumed/replace/replace.less diff --git a/src/editor/plugins/core/edumed/replace/replace.less b/src/editor/plugins/core/edumed/replace/replace.less new file mode 100644 index 0000000..161a538 --- /dev/null +++ b/src/editor/plugins/core/edumed/replace/replace.less @@ -0,0 +1,16 @@ +.exercise-replace { + [wlxml-class="answer"] { + //color: @red; + text-decoration: line-through; + } + + .tip { + position: absolute; + top: -12px; + font-size: 9px; + line-height: 12px; + color: lighten(@red, 10%); + white-space: nowrap; + } + +} \ No newline at end of file