add paypal donate button

This commit is contained in:
Gabriele Cirulli
2014-03-12 17:56:43 +01:00
parent 9f1c974499
commit 66b623dc1f
5 changed files with 96 additions and 15 deletions
+7
View File
@@ -60,3 +60,10 @@
@content;
}
}
// Appearance
@mixin appearance($args...) {
-webkit-appearance: $args;
-moz-appearance: $args;
appearance: $args;
}