diff options
author | luxagraf <sng@luxagraf.net> | 2018-10-25 10:57:58 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-10-25 10:57:58 -0500 |
commit | d8ccd3be68e3f78199d3923e18391ecde39f6e76 (patch) | |
tree | 9a6b27c610f9b477380fb6487c1bc2b866dbf521 /design/sass | |
parent | c007cb69dac6268e1dd4a772ea56623b0a01367c (diff) |
changed librepay to not load anything, styled paypal button
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_footer.scss | 18 |
1 files changed, 18 insertions, 0 deletions
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; } |