Skip to content

Commit

Permalink
EM-289 fix for MEM
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortier authored and Fortier committed Feb 19, 2018
1 parent 2d3a6c3 commit 5148a16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h5>Our Processes &amp; Procedures</h5>
<section class="last">
<h4>Connect With Us</h4>
<p>BC Mine Information is continuously evolving. More information and features will be added to the site on an ongoing basis and we welcome feedback to help us decide what would be most valuable.</p>
<a class="btn slide-r-btn inverted" href="/contact" [routerLink]="['/contact']"><span>Submit Feedback</span><i class="material-icons">arrow_forward</i></a>
<a class="btn slide-r-btn inverted submit" href="/contact" [routerLink]="['/contact']"><span>Submit Feedback</span><i class="material-icons">arrow_forward</i></a>
</section>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions src/assets/styles/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ footer {
}
}

a.submit {
color: #FFF;
&:focus,
&:hover {
color: #FFF;
}
}

.btn {
font-size: 0.875rem;
font-weight: 700;
Expand Down

0 comments on commit 5148a16

Please sign in to comment.