Bump up font size and spacings in classic theme

This commit is contained in:
Dennis Reimann 2019-11-08 22:16:37 +01:00
parent 5436999b13
commit dd683db6d5
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

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