Some dictionary filtering features.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / dictionary / dictionary.scss
diff --git a/apps/wolnelektury_core/static/scss/dictionary/dictionary.scss b/apps/wolnelektury_core/static/scss/dictionary/dictionary.scss
new file mode 100644 (file)
index 0000000..a900599
--- /dev/null
@@ -0,0 +1,9 @@
+.dictionary-note {
+    @include white-box;
+    @include size(padding, 8px);
+    @include size(margin, 10px 0);
+}
+.dictionary-note-source {
+    @include white-box;
+    @include size(padding, 8px);
+}