X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/412e60ded1457ec0f408e2234c9dd60122929bac..efe36f4f1b5df351eeb4d40a54c3900cf9a7079b:/src/editor/modules/indicator/indicator.less diff --git a/src/editor/modules/indicator/indicator.less b/src/editor/modules/indicator/indicator.less new file mode 100644 index 0000000..48f6e3b --- /dev/null +++ b/src/editor/modules/indicator/indicator.less @@ -0,0 +1,14 @@ +.rng-module-indicator { + span { + font-weight: bold; + background: #f9edbe; + padding: 2px 5px; + border: solid 1px #f6e39c; + font-size:12px; + } + + span.success { + background: #cef9be; + border-color: darken(#cef9be, 10%); + } +} \ No newline at end of file