Skip to content

Commit

Permalink
WID-513 - Styling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Feb 28, 2024
1 parent 83ebab6 commit 40be2c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<ul>
{% for promotion in promotions %}
<li><span class="cnw_uitpas-promotions-points-badge">{{ promotion.points }} &nbsp; {{ promotion.points == 1 ? 'punt' : 'punten' }}</span> <a href="{{ promotion.benefitURL }}" target="_blank">{{ promotion.title }}</a></li>
<li><span class="cnw_uitpas-promotions-points-badge">{{ promotion.points }}&nbsp;{{ promotion.points == 1 ? 'punt' : 'punten' }}</span> <a href="{{ promotion.benefitURL }}" target="_blank">{{ promotion.title }}</a></li>
{% endfor %}
</ul>

Expand Down
5 changes: 4 additions & 1 deletion web/assets/css/cn_widget_styling.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions widgets-static/app/styles/01_components/_detail-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@

li {
display: flex;
align-items: flex-start;
}

li a {
Expand Down

0 comments on commit 40be2c4

Please sign in to comment.