From ce7e4234cce53581f79b64e37b90c905a50e400f Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Sun, 5 Apr 2020 17:59:19 +0200 Subject: [PATCH] Decrease font-size to match classic theme --- BTCPayServer/wwwroot/main/site.css | 8 +++----- BTCPayServer/wwwroot/main/themes/default.css | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 82eb7c250..e92217fdd 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -107,13 +107,11 @@ a.nav-link:hover { .footer { position: absolute; left: 0; + right: 0; bottom: 0; - line-height: 18px; - vertical-align: middle; - font-size: 80%; - width: 100%; + font-size: 12px; overflow: hidden; - padding: 10px 0; + padding: .5em 0; color: var(--btcpay-footer-color, var(--btcpay-color-neutral-100)); background: var(--btcpay-footer-bg, var(--btcpay-bg-dark)); } diff --git a/BTCPayServer/wwwroot/main/themes/default.css b/BTCPayServer/wwwroot/main/themes/default.css index 941a75fe8..8cc4b1988 100644 --- a/BTCPayServer/wwwroot/main/themes/default.css +++ b/BTCPayServer/wwwroot/main/themes/default.css @@ -64,7 +64,7 @@ --btcpay-footer-bg: var(--btcpay-brand-dark); --btcpay-footer-color: var(--btcpay-color-neutral-400); - --btcpay-font-size-base: 16px; + --btcpay-font-size-base: 14px; --btcpay-font-family-head: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; --btcpay-font-family-base: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; --btcpay-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;