Skip to content

Commit

Permalink
Updates styles for partner logos in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevious committed May 30, 2018
1 parent 4927bd7 commit e763ece
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
15 changes: 14 additions & 1 deletion rh/client/scss/layout/_site-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

.site-footer-primary p {
font-size: 0.85rem;
font-size: 0.9rem;
}

.site-footer-primary a {
Expand All @@ -49,6 +49,19 @@
width: 100%;
}

.site-footer-content {
.logo-container {
text-align: center;
}

.logo {
display: inline-block;
padding: 4%;
width: 45%;
opacity: 0.5;
}
}

.site-footer-content h6 {
font-weight: normal;
}
Expand Down
12 changes: 12 additions & 0 deletions rh/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,22 @@

<div class="site-footer-content">
<h6 class="logo-label">Technical Support / Lead</h6>
<div class="logo-container">
<img src="{% static 'img/logo-white.svg' %}" alt="RapidPro Health" class="logo" />
<img src="{% static 'img/logo-white.svg' %}" alt="RapidPro Health" class="logo" />
<img src="{% static 'img/logo-white.svg' %}" alt="RapidPro Health" class="logo" />
</div>
</div>

<div class="site-footer-content">
<h6 class="logo-label">Collaborators</h6>

<div class="logo-container">
<img src="{% static 'img/logo-white.svg' %}" alt="RapidPro Health" class="logo" />
<img src="{% static 'img/logo-white.svg' %}" alt="RapidPro Health" class="logo" />
<img src="{% static 'img/logo-white.svg' %}" alt="RapidPro Health" class="logo" />
<img src="{% static 'img/logo-white.svg' %}" alt="RapidPro Health" class="logo" />
</div>
</div>
</div>

Expand Down

0 comments on commit e763ece

Please sign in to comment.