From dd683db6d5278fb3c945e3394683adb63549c9db Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Fri, 8 Nov 2019 22:16:37 +0100 Subject: [PATCH] Bump up font size and spacings in classic theme --- BTCPayServer/wwwroot/css/themes/classic.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/BTCPayServer/wwwroot/css/themes/classic.css b/BTCPayServer/wwwroot/css/themes/classic.css index 7db5c4cb3..ff15d58e5 100644 --- a/BTCPayServer/wwwroot/css/themes/classic.css +++ b/BTCPayServer/wwwroot/css/themes/classic.css @@ -55,7 +55,7 @@ --btcpay-body-color-link: var(--btcpay-color-primary); --btcpay-body-color-link-accent: var(--btcpay-color-primary-accent); - --btcpay-font-size-base: 14px; + --btcpay-font-size-base: 16px; --btcpay-font-family-head: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; --btcpay-font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --btcpay-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; @@ -71,7 +71,7 @@ html { } .table { - margin: 1rem 0; + margin: 1.5rem 0; border: 1px solid var(--btcpay-color-neutral-300); border-radius: 4px; border-collapse: separate !important; @@ -87,14 +87,6 @@ html { border-top: none; } -.table tbody tr:hover { - background-color: #f8fafc; -} - -.table tr { - height: 36px; -} - .table th, .table td { display: table-cell; @@ -102,12 +94,6 @@ html { vertical-align: middle; } -.table td { - text-align: left; - font-size: 0.8125rem; - font-weight: 400; -} - .removetopborder tr:first-child th, .removetopborder tr:first-child td { border-top: none;