mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Decrease font-size to match classic theme
This commit is contained in:
parent
d2b38fdfce
commit
ce7e4234cc
2 changed files with 4 additions and 6 deletions
|
@ -107,13 +107,11 @@ a.nav-link:hover {
|
||||||
.footer {
|
.footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
line-height: 18px;
|
font-size: 12px;
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 80%;
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 10px 0;
|
padding: .5em 0;
|
||||||
color: var(--btcpay-footer-color, var(--btcpay-color-neutral-100));
|
color: var(--btcpay-footer-color, var(--btcpay-color-neutral-100));
|
||||||
background: var(--btcpay-footer-bg, var(--btcpay-bg-dark));
|
background: var(--btcpay-footer-bg, var(--btcpay-bg-dark));
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
--btcpay-footer-bg: var(--btcpay-brand-dark);
|
--btcpay-footer-bg: var(--btcpay-brand-dark);
|
||||||
--btcpay-footer-color: var(--btcpay-color-neutral-400);
|
--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-head: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
|
||||||
--btcpay-font-family-base: '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;
|
--btcpay-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
|
|
Loading…
Add table
Reference in a new issue