diff options
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; } |