Skip to content

Commit

Permalink
Merge pull request #123 from mjfortier/EM-289
Browse files Browse the repository at this point in the history
EM-289 fix for MEM
  • Loading branch information
Randy P authored Feb 19, 2018
2 parents 2d3a6c3 + 5148a16 commit beefdd1
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 beefdd1

Please sign in to comment.