Skip to content

Commit

Permalink
Bootstrap updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Sep 27, 2024
1 parent 6f4dbcb commit ff0708a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BTCPayApp.UI/wwwroot/bootstrap/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -12267,10 +12267,20 @@ ul:not([class]) li {

.accordion-button .icon {
--icon-size: 1.5rem;
margin-top: -.0575em;
margin-bottom: -.0575em;
margin-left: auto;
transition: transform var(--btcpay-transition-duration-fast) ease-in-out;
}

.accordion-button span {
color: rgba(var(--btcpay-body-link-rgb), var(--btcpay-link-opacity, 1));
}

.accordion-button:hover span {
--btcpay-body-link-rgb: var(--btcpay-body-link-accent-rgb);
}

.accordion-button:not(.collapsed) .icon {
transform: rotate(-180deg);
}
Expand Down

0 comments on commit ff0708a

Please sign in to comment.