mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 09:29:10 +01:00
Bump up font size and spacings in classic theme
This commit is contained in:
parent
5436999b13
commit
dd683db6d5
1 changed files with 2 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue