aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_sass/donate.scss')
-rw-r--r--_sass/donate.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/_sass/donate.scss b/_sass/donate.scss
new file mode 100644
index 0000000..e9c05c6
--- /dev/null
+++ b/_sass/donate.scss
@@ -0,0 +1,30 @@
+.donate {
+ margin-top: -21px;
+ background-color: #a40000;
+ background-image: url('/assets/img/bg/donate.jpg');
+ cursor: default;
+}
+
+.donate-thanks {
+ background-image: url('/assets/img/bg/larry-lessthanthree.png');
+ background-size: contain;
+ background-position: 50% 50%;
+ height: 400px;
+}
+
+.donate h1 {
+ color: white;
+ text-shadow: 0px 0px 5px black;
+}
+
+.donate p {
+ text-shadow: 0px 0px 5px black;
+ color: white;
+}
+
+@media (min-width: 768px) {
+ .donate-form {
+ margin-left: 20%;
+ margin-right: 20%;
+ }
+} \ No newline at end of file