Skip to content

Commit

Permalink
Remove modal header and footer borders
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Jun 11, 2024
1 parent b06648e commit 107b6fa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions src/bootstrap/_customizations.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ ul:not([class]) li {
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}

.modal-header {
border-bottom: none;
}

.modal-footer {
border-top: none;
}

/* Accordion */
.accordion-item + .accordion-item {
border-top: 1px solid var(--btcpay-body-border-light);
Expand Down
6 changes: 3 additions & 3 deletions src/design/fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ const sizes = [
},
{
name: 'L',
value: '18px',
value: '20px',
variable: '--btcpay-font-size-l'
},
{
name: 'XL',
value: '36px',
value: '28px',
variable: '--btcpay-font-size-xl'
},
{
name: 'XXL',
value: '45px',
value: '36px',
variable: '--btcpay-font-size-xxl'
}
]
Expand Down
8 changes: 8 additions & 0 deletions src/static/styles/btcpayserver-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -12248,6 +12248,14 @@ ul:not([class]) li {
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}

.modal-header {
border-bottom: none;
}

.modal-footer {
border-top: none;
}

/* Accordion */
.accordion-item + .accordion-item {
border-top: 1px solid var(--btcpay-body-border-light);
Expand Down

0 comments on commit 107b6fa

Please sign in to comment.