Skip to content

Commit

Permalink
Merge branch 'main' into krmax44/dropdown-banner-btn
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 authored Nov 24, 2023
2 parents 544777d + 37a94c5 commit 73899a1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
{% with amount_str=amount|intcomma donation_goal_str=donation_goal|intcomma reached_goal_str=reached_goal|intcomma %}
<div>
<div class="progress"
style="height: 25px;
{% if amount > donation_goal %}background-color: #ffa5a5{% endif %}">
style="{% if amount > donation_goal %}background-color: #ffa5a5{% endif %}">
{% if reached_goal %}
<div class="progress-bar progress-bar-striped"
role="progressbar"
Expand Down

0 comments on commit 73899a1

Please sign in to comment.