Skip to content

Commit

Permalink
technische vraag link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Taeymans committed Jul 14, 2016
1 parent 64ff706 commit 86d4578
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
9 changes: 8 additions & 1 deletion pyoes/static/css/app.css
Expand Up @@ -13048,7 +13048,14 @@ footer#footer-bottom .inner nav ul.lang-switch li {
font-size: 0.875em;
}

/* line 17, ../scss/pyoes/_oe-footer.scss */
/* line 16, ../scss/pyoes/_oe-footer.scss */
footer#footer-bottom .inner .mailtolink {
background-color: #753f7f;
color: white;
padding: 5px;
}

/* line 18, ../scss/pyoes/_oe-footer.scss */
.iwgf2-site-info-header h2 {
color: white !important;
}
Expand Down
1 change: 1 addition & 0 deletions pyoes/static/scss/pyoes/_oe-footer.scss
Expand Up @@ -13,6 +13,7 @@ footer#footer-bottom .inner nav ul li a:hover{color:$black;}
footer#footer-bottom .inner nav ul li a.active{color:$dark-purple;}
footer#footer-bottom .inner article img{margin:auto 0 auto auto;display:block;}
footer#footer-bottom .inner nav ul.lang-switch li{float:$default-float;margin-right:0.5em;font-size:0.875em;}
footer#footer-bottom .inner .mailtolink {background-color: $dark-purple; color: white; padding: 8px;}

.iwgf2-site-info-header h2 {
color: $white !important;
Expand Down
7 changes: 5 additions & 2 deletions pyoes/templates/pyoes/footer.jinja2
Expand Up @@ -2,7 +2,7 @@
<footer id="footer-bottom" role="contentinfo">
<div class="footer-bottom-inner inner">
<nav class="footer-doormat clearfix">
<div class="large-6 columns">
<div class="large-4 columns">
{% block footer scoped %}
<ul style="padding: 0">
{% for caption, href in footer_nav %}
Expand All @@ -11,7 +11,10 @@
</ul>
{% endblock %}
</div>
<div class="large-6 columns right">
<div class="large-5 columns">
<a class="mailtolink" href="mailto:ict@onroerenderfgoed.be">Technische vraag? Mail ons via ict@onroerenderfgoed.be</a>
</div>
<div class="large-3 columns right">
<ul class="soclogolist right">
<li><span class="facebook"><a href="https://www.facebook.com/onroerenderfgoed" target="_blank"><i class="fa fa-facebook-square"></i></a></span></li>
<li><span class="twitter"><a href="https://twitter.com/vioe" target="_blank"><i class="fa fa-twitter"></i></a></span></li>
Expand Down

0 comments on commit 86d4578

Please sign in to comment.