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 @@ ...@@ -11,10 +11,10 @@
<h3 class="heading heading--no-margin">Dashboard</h3> <h3 class="heading heading--no-margin">Dashboard</h3>
<h5>An overview of active and past submissions</h5> <h5>An overview of active and past submissions</h5>
</div> </div>
<div> <div class="wrapper wrapper--apply-box">
<h3>Submit a new application</h3> <h4 class="heading heading--no-margin">Submit a new application</h4>
<h4>Apply now for our open rounds</h4> <h5 class="heading heading--normal">Apply now for our open rounds</h5>
<a href="{% pageurl APPLY_SITE.root_page %}" class="button">Apply</a> <a class="button button--primary" href="{% pageurl APPLY_SITE.root_page %}" class="button">Apply</a>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -45,4 +45,8 @@ ...@@ -45,4 +45,8 @@
&--uppercase { &--uppercase {
text-transform: uppercase; text-transform: uppercase;
} }
&--normal {
font-weight: $weight--normal;
}
} }
...@@ -232,6 +232,14 @@ ...@@ -232,6 +232,14 @@
flex-direction: row; flex-direction: row;
} }
} }
&--apply-box {
width: 385px;
padding: 20px;
color: $color--default;
background-color: $color--white;
}
&--applicant-dashboard { &--applicant-dashboard {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
......
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