Skip to content

Commit

Permalink
Update icon color definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bolatovumar committed Jan 3, 2021
1 parent ebdd42e commit 4d143d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -23,7 +23,7 @@
@foreach (var notif in Model.Last5)
{
<a asp-action="NotificationPassThrough" asp-controller="Notifications" asp-route-id="@notif.Id" class="notification d-flex align-items-center dropdown-item border-bottom border-light py-3 px-4">
<div class="mr-3" style="color: #8D8D8F;">
<div class="mr-3">
<vc:icon symbol="note" />
</div>

Expand Down
4 changes: 4 additions & 0 deletions BTCPayServer/wwwroot/main/site.css
Expand Up @@ -364,6 +364,10 @@ svg.icon {
height: 16px;
}

svg.icon-note {
color: var(--btcpay-color-neutral-500);
}

/* Custom notification dropdown styling */
.notification-dropdown {
border: 0;
Expand Down

0 comments on commit 4d143d3

Please sign in to comment.