Decrease font-size to match classic theme

This commit is contained in:
Dennis Reimann 2020-04-05 17:59:19 +02:00 committed by Kukks
parent d2b38fdfce
commit ce7e4234cc
2 changed files with 4 additions and 6 deletions

View file

@ -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));
}

View file

@ -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;