Skip to content
Snippets Groups Projects
Commit c3562c07 authored by Chris Lawton's avatar Chris Lawton
Browse files

adding apply link to mobile nav

parent 1875df3c
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,5 @@
{% endfor %}
</ul>
</nav>
<a href="/apply" class="link link--button-secondary link--mobile-standout">Apply</a>
......@@ -4,6 +4,10 @@
display: inline-block;
}
&--button-secondary {
@include button($color--purple);
}
&--button-transparent {
@include button(transparent);
color: $color--white;
......@@ -16,4 +20,17 @@
&--footer-signup {
margin-top: 1rem;
}
&--mobile-standout {
display: block;
width: 100%;
max-width: 250px;
margin: 2rem auto 0;
font-weight: $weight--bold;
text-align: center;
@include media-query(tablet-portrait) {
display: none;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment