mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-01 05:04:28 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user