From d8ccd3be68e3f78199d3923e18391ecde39f6e76 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 25 Oct 2018 10:57:58 -0500 Subject: changed librepay to not load anything, styled paypal button --- design/sass/_footer.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'design/sass') diff --git a/design/sass/_footer.scss b/design/sass/_footer.scss index 05c1490..5d72eae 100644 --- a/design/sass/_footer.scss +++ b/design/sass/_footer.scss @@ -54,4 +54,22 @@ footer[role="contentinfo"] { } .donate-btn { display: inline-block; + margin-left: .5rem; + input[type="submit"] { + background: url("img/pp_donate.gif") 0 0 no-repeat; + border: none; + width: 100px; + text-indent: -9999em; + line-height: 22px; + padding: 2px 7px 3px; + } +} +.liberapay-btn { + background: url("img/lpdonate.svg") 0 0 no-repeat; + text-indent: -9999em; + display: inline-block; + line-height: 22px; + padding: 5px 7px 3px; + text-decoration: none; + width: 70px; } -- cgit v1.2.3