editor: core plugin - edumed - first approach to all three choice exercises
[fnpeditor.git] / src / editor / plugins / core / edumed / choice / choiceTrueOrFalse.less
diff --git a/src/editor/plugins/core/edumed/choice/choiceTrueOrFalse.less b/src/editor/plugins/core/edumed/choice/choiceTrueOrFalse.less
new file mode 100644 (file)
index 0000000..40d0318
--- /dev/null
@@ -0,0 +1,19 @@
+.exercise-true-or-false {
+    ul {
+        list-style: none;
+    }
+    .switch {
+        font-variant: small-caps;
+        float: left;
+        margin-right: 15px;
+        background-color: #d4d6d8;
+        cursor: pointer;
+        border-radius: 5px;
+        padding: 0px 5px;
+        font-weight: bold;
+        .selected {
+            color: white;
+            background-color: #ed7831;
+        }
+    }
+}
\ No newline at end of file