Skip to content
Snippets Groups Projects
Commit f054f429 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

styling apply box content

parent ea7f2999
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@
<h3 class="heading heading--no-margin">Dashboard</h3>
<h5>An overview of active and past submissions</h5>
</div>
<div>
<h3>Submit a new application</h3>
<h4>Apply now for our open rounds</h4>
<a href="{% pageurl APPLY_SITE.root_page %}" class="button">Apply</a>
<div class="wrapper wrapper--apply-box">
<h4 class="heading heading--no-margin">Submit a new application</h4>
<h5 class="heading heading--normal">Apply now for our open rounds</h5>
<a class="button button--primary" href="{% pageurl APPLY_SITE.root_page %}" class="button">Apply</a>
</div>
</div>
</div>
......
......@@ -45,4 +45,8 @@
&--uppercase {
text-transform: uppercase;
}
&--normal {
font-weight: $weight--normal;
}
}
......@@ -232,6 +232,14 @@
flex-direction: row;
}
}
&--apply-box {
width: 385px;
padding: 20px;
color: $color--default;
background-color: $color--white;
}
&--applicant-dashboard {
display: flex;
flex-wrap: wrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment