mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
* Update notification dropdown strings * Update notification dropdown styling address #2131 * Update border color * Update notification hover color * Revert "was confirmed paid" to "has been paid" change * Move styles to site.css * Update style="border-bottom: 0;" to border-bottom-0 * Update heading * Add icon sprite * Add default icon styles * Use "currentColor" instead of specific color for icon * Update icon color definition * Adjust dropdown position * Update h4 to h5
5 lines
165 B
Text
5 lines
165 B
Text
@model BTCPayServer.Components.Icon.IconViewModel
|
|
|
|
<svg role="img" class="icon icon-@Model.Symbol">
|
|
<use href="/img/icon-sprite.svg#@Model.Symbol"></use>
|
|
</svg>
|