X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/856f00d24d37590a78b78833a8aa305983e58e45..2f9850da2c6ad0258f87c3d8972689da6aa8011d:/src/editor/plugins/core/edumed/edumed.less diff --git a/src/editor/plugins/core/edumed/edumed.less b/src/editor/plugins/core/edumed/edumed.less index 31a3f5b..fc79e39 100644 --- a/src/editor/plugins/core/edumed/edumed.less +++ b/src/editor/plugins/core/edumed/edumed.less @@ -1,7 +1,10 @@ @import 'order/order.less'; +@import 'gaps/gaps.less'; +@import 'replace/replace.less'; +@import 'choice/choice.less'; .edumed-exercise { - + background-color: @grayLighter; border: 1px lighten(#000, 35%) dashed; margin: 15px 0; padding: 10px; @@ -10,9 +13,18 @@ font-weight: bold; font-variant: small-caps; margin-bottom: 10px; + background-color: @grayLighter;; } .btn { line-height: 12px; } +} + +.edumed-exercise-remove { + position: absolute; + top: 20px; + right: 5px; + padding: 0 3px; + line-height: 15px; } \ No newline at end of file