Skip to content

Commit

Permalink
Merge pull request #20 from tulimaki/add-powered-by-shuup
Browse files Browse the repository at this point in the history
Footer: Add powred by Shuup (SH-221)
  • Loading branch information
Pikkupomo authored Sep 19, 2016
2 parents 807888d + 31fb82d commit 36d0984
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,17 @@ footer {
color: rgba(255,255,255,0.75);
}
}

p.powered {
padding-top: 5px;
margin: 0;
font-size: 85%;
color: rgba(255, 255, 255, 0.75);

a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
{% endplugin %}
{% endrow %}
{% endplaceholder %}
<p class="powered">Powered by <a href="https://shuup.com">Shuup</a></p>
</div>
</div>
</footer>
Expand Down

0 comments on commit 36d0984

Please sign in to comment.