Skip to content

Commit

Permalink
Add esaude logo to version. (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
ynurmahomed authored and valvijo committed Jul 24, 2018
1 parent 37851da commit c5f3360
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app/common/application/components/pocFooter.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<footer class="footer">
<div class="container-fluid">
<p class="version text-right" title="Commit: @@COMMIT">v@@VERSION</p>
<p class="text-right" title="Commit: @@COMMIT">
Powered by <img src="../images/esaude_emblem.svg" height="20px"> eSaúde <span class="version">v@@VERSION</span>
</p>
</div>
</footer>
7 changes: 5 additions & 2 deletions app/styles/main-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,15 @@ input[type=radio]:checked + label::before {
width: 100%;
}

.footer .version {
.footer p {
color: #337ABA;
font-weight: bold;
margin: 0 25px;
}

.footer .version {
font-weight: bold;
}

p.capitalize {
text-transform: capitalize;
}
Expand Down

0 comments on commit c5f3360

Please sign in to comment.