Skip to content

Commit

Permalink
release 1.1.538
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Feb 4, 2021
1 parent ee80e89 commit 8229679
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
16 changes: 16 additions & 0 deletions export/patterns/03-templates/04-header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
</span>
</div>
{{/bonus}}
{{#bonus_redirect}}
<div style="font-weight: normal;">

<span style="font-weight: bold;">
<a class="dark_green_bg_link" href="{{bonus_redirect.href}}">
You have {{bonus_redirect.amount}}<br>from {{bonus_redirect.display_name}} to lend!
</a>
</span>
</div>
{{/bonus_redirect}}
{{/lending-reward-session}}
</div>
<div class="small-3 large-2 xxlarge-2 columns header-column logo-area">
Expand Down Expand Up @@ -112,6 +122,12 @@
{{! This is the Promo/Bonus banner that is shown in the small screen state}}
<div class="show-for-small-only small-centered columns pronus"><div style="font-weight: normal;">Select a borrower to </br><span style="font-weight: bold;"><a class="dark_green_bg_link" href="{{bonus.href}}">lend your {{bonus.amount}} {{bonus.label}}</a></span></div></div>
{{/bonus}}
{{#bonus_redirect}}
{{! medium screens }}
<div class="hide-for-xxlarge-up hide-for-small-only pronus"><span style="font-weight: normal;"><span style="font-weight: bold;"><a class="dark_green_bg_link" href="{{bonus_redirect.href}}">You have {{bonus_redirect.amount}} from {{bonus_redirect.display_name}} to lend!</a></span></span></div>
{{! small screens }}
<div class="show-for-small-only small-centered columns pronus"><div style="font-weight: normal;"><span style="font-weight: bold;"><a class="dark_green_bg_link" href="{{bonus_redirect.href}}">You have {{bonus_redirect.amount}}<br>from {{bonus_redirect.display_name}} to lend!</a></span></div></div>
{{/bonus_redirect}}
{{/lending-reward-session}}

{{#category-rows-message}}
Expand Down
21 changes: 19 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styleguide",
"version": "1.1.537",
"version": "1.1.538",
"description": "Based on PatternLab and Foundation - [Pattern Lab Website](http://patternlab.io/) - [About Pattern Lab](http://patternlab.io/about.html) - [Documentation](http://patternlab.io/docs/index.html) - [Demo](http://demo.patternlab.io/)",
"main": "source/js/inc/app.js",
"devDependencies": {
Expand Down

0 comments on commit 8229679

Please sign in to comment.