summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-20 14:49:47 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 15:58:01 -0400
commitaf3fdf7e5ae97a9cf2b78eb399f3a115a0399cb7 (patch)
tree645fc1b75865a15b93adeba0bb8c47d915fe4498 /src/SMAPI.Web/wwwroot/Content/css
parent94702ca4b7136eeb306a2109e7af2a6c804b6335 (diff)
downloadSMAPI-af3fdf7e5ae97a9cf2b78eb399f3a115a0399cb7.tar.gz
SMAPI-af3fdf7e5ae97a9cf2b78eb399f3a115a0399cb7.tar.bz2
SMAPI-af3fdf7e5ae97a9cf2b78eb399f3a115a0399cb7.zip
revamp 'support SMAPI' section on main page
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/index.css24
1 files changed, 21 insertions, 3 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/index.css b/src/SMAPI.Web/wwwroot/Content/css/index.css
index 979af4af..93a85bed 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/index.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/index.css
@@ -106,7 +106,25 @@ h1 {
padding-left: 1em;
}
-#support-links li small {
- display: block;
- width: 50em;
+#donate-links li {
+ list-style: none;
+ margin-bottom: 5px;
+}
+
+#donate-links .donate-button {
+ display: inline-block;
+ min-width: 10em;
+ background: #2A413B;
+ padding: 6px 12px;
+ font-family: Quicksand, Helvetica, Century Gothic, sans-serif;
+ text-decoration: none;
+ font-weight: 700;
+ color: #FFF;
+ border-radius: 8px;
+}
+
+#donate-links .donate-button img {
+ vertical-align: middle;
+ max-height: 15px;
+ max-width: 15px;
}