X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/968b6e2be06f6d0d720a838428ca607ddd34e5ea..df129917a9ce220c14ac978bcdbc13b949bef551:/catalogue/static/catalogue/css/exercise.scss diff --git a/catalogue/static/catalogue/css/exercise.scss b/catalogue/static/catalogue/css/exercise.scss index 99ef5d6..ac0bcdd 100755 --- a/catalogue/static/catalogue/css/exercise.scss +++ b/catalogue/static/catalogue/css/exercise.scss @@ -1,4 +1,7 @@ $px: 0.0625em; +$oranji: #ed7831; +$ciemny: #363a3e; +$zielony: #16a487; @mixin bubble { @@ -101,6 +104,7 @@ $px: 0.0625em; .message { float: right; padding: 0 20*$px; + background: red; } .maxscore { background: #16a487; @@ -112,6 +116,15 @@ $px: 0.0625em; } } + .instruction { + display: block; + margin: .3em; + color: green; + font-size: .9em; + } + .instruction:before { + content: "☞ "; + } }