Pay Button Alert: Add missing alert-link classes (#3397)

* Pay Button Alert: Add missing alert-link classes

* Update alert link styles
This commit is contained in:
d11n
2022-02-02 04:37:22 +01:00
committed by GitHub
parent ff9a1a1f55
commit bcb692caf0
3 changed files with 7 additions and 3 deletions

View File

@@ -4952,7 +4952,7 @@ fieldset:disabled .btn {
}
.alert-link {
font-weight: 700;
font-weight: var(--btcpay-font-weight-normal);
}
.alert-dismissible {
@@ -10735,6 +10735,10 @@ ul:not([class]) li {
background: none;
}
.alert-link {
text-decoration: underline;
}
.alert-dismissible .btn-close {
color: inherit;
padding: 1.25rem;