Basic crowdfunding.
[wolnelektury.git] / apps / funding / static / funding / funding.scss
diff --git a/apps/funding/static/funding/funding.scss b/apps/funding/static/funding/funding.scss
new file mode 100755 (executable)
index 0000000..6268f48
--- /dev/null
@@ -0,0 +1,23 @@
+.standalone-funding {
+    border: 1px solid black;
+}
+
+.funding {
+    font-size: 1.5em;
+    padding: 0;
+    padding: .5em 1em;
+    background-image: url(/static/img/green-pixel.png);
+    background-repeat: repeat-y;
+
+    a {
+        color: black;
+    }
+}
+
+.funding-plus {
+    background: fade-out(#0D7E85, .8);
+}
+
+.funding-minus {
+    background: fade-out(red, .8);
+}