mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-11 17:24:21 +01:00
Add custom bg and border classes
This commit is contained in:
committed by
Andrew Camilleri
parent
d0e6bcd784
commit
84fcd1c1b5
@@ -127,7 +127,7 @@
|
||||
@state.Key.GetStateString()
|
||||
@if (state.Value > 0)
|
||||
{
|
||||
<span class="badge rounded-pill fw-semibold ms-1 bg-tile">@state.Value</span>
|
||||
<span class="badge rounded-pill fw-semibold ms-1 bg-medium">@state.Value</span>
|
||||
}
|
||||
</a>
|
||||
}
|
||||
|
||||
@@ -10922,6 +10922,15 @@ input[type="number"].hide-number-spin {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
/* custom bg and border classes */
|
||||
.bg-medium {
|
||||
background-color: var(--btcpay-body-bg-medium);
|
||||
}
|
||||
|
||||
.border-medium {
|
||||
border-color: var(--btcpay-body-border-medium);
|
||||
}
|
||||
|
||||
/* set color for text on background */
|
||||
.bg-primary {
|
||||
color: var(--btcpay-primary-text);
|
||||
|
||||
Reference in New Issue
Block a user