From 31fb82dcfd02cc1cc7439a3553c34d1fb19cdf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Panu=20Tulim=C3=A4ki?= Date: Fri, 16 Sep 2016 23:15:13 +0300 Subject: [PATCH] Footer: Add powred by Shuup Refs SH-221 --- .../less/shuup_megastore_theme/footer.less | 12 ++++++++++++ .../shuup/front/macros/theme/footer.jinja | 1 + 2 files changed, 13 insertions(+) diff --git a/shuup_megastore_theme/static_src/less/shuup_megastore_theme/footer.less b/shuup_megastore_theme/static_src/less/shuup_megastore_theme/footer.less index 7b9e669..4d04a63 100644 --- a/shuup_megastore_theme/static_src/less/shuup_megastore_theme/footer.less +++ b/shuup_megastore_theme/static_src/less/shuup_megastore_theme/footer.less @@ -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; + } + } } } diff --git a/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/macros/theme/footer.jinja b/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/macros/theme/footer.jinja index 4a5f45b..58d384e 100644 --- a/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/macros/theme/footer.jinja +++ b/shuup_megastore_theme/templates/shuup_megastore_theme/shuup/front/macros/theme/footer.jinja @@ -45,6 +45,7 @@ {% endplugin %} {% endrow %} {% endplaceholder %} +

Powered by Shuup