fix: gate PayKilla by minimum payment amount
This commit is contained in:
@@ -1037,6 +1037,19 @@ a {
|
||||
inset 0 1px 0 var(--inset-highlight);
|
||||
}
|
||||
|
||||
.method-card:disabled,
|
||||
.method-card.disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.46;
|
||||
}
|
||||
|
||||
.method-card:disabled.active,
|
||||
.method-card.disabled.active {
|
||||
border-color: var(--border);
|
||||
background: var(--surface-muted);
|
||||
box-shadow: inset 0 1px 0 var(--inset-highlight);
|
||||
}
|
||||
|
||||
.total-card {
|
||||
padding: 12px 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user