Skip getpaid's PaymentMethodForm,
[wolnelektury.git] / apps / funding / static / funding / funding.scss
index 435b0ac..7a158d2 100755 (executable)
@@ -47,3 +47,15 @@ a.funding {
         opacity: .5;
     }
 }
+
+
+button.honking {
+    background: #018189;
+    font-size: 1.5em;
+    padding: .5em;
+    color: white;
+    border: 0;
+}
+button.honking:hover {
+    background: lighten(#018189, .1);
+}