style instructions
[edumed.git] / catalogue / static / catalogue / css / exercise.scss
index cd87f12..ac0bcdd 100755 (executable)
@@ -1,4 +1,7 @@
 $px: 0.0625em;
+$oranji: #ed7831;
+$ciemny: #363a3e;
+$zielony: #16a487;
 
 
 @mixin bubble {
@@ -42,6 +45,10 @@ $px: 0.0625em;
 
 
 .exercise {
+    img {
+        vertical-align: top;
+    }
+
     .question-piece {
         @include bubble;
     }
@@ -97,6 +104,7 @@ $px: 0.0625em;
         .message {
             float: right;
             padding: 0 20*$px;
+            background: red;
         }
         .maxscore {
             background: #16a487;
@@ -108,6 +116,15 @@ $px: 0.0625em;
         }
     }
 
+    .instruction {
+        display: block;
+        margin: .3em;
+        color: green;
+        font-size: .9em;
+    }
+    .instruction:before {
+        content: "☞ ";
+    }
 }