Skip to content

Commit

Permalink
Trying out GDS proposed pattern change
Browse files Browse the repository at this point in the history
  • Loading branch information
jfranciswebdesign committed Sep 3, 2018
1 parent a8b7fc2 commit 52b5cbd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/views/cics/cics-submission.html
Expand Up @@ -4,6 +4,14 @@
{% endblock %}
{% block main %}

<style type="text/css">
/* testing out new GDS styles */
.govuk-panel {
color: black;
background-color: white;
border: 5px solid #008A3C;
}
</style>
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
<nav class="content" role="navigation">
Expand Down Expand Up @@ -115,7 +123,7 @@ <h1 class="govuk-heading-m">What do you want to do next?</h1>
</span>completing our quick survey</a>.
</p>

<a href="/chs/chs-email-submission-confirmation-test" style="font-size:14px; margin-top:20px; color:#DEE0E2; float:right;">link to email</a>
<!-- <a href="/chs/chs-email-submission-confirmation-test" style="font-size:14px; margin-top:20px; color:#DEE0E2; float:right;">link to email</a>-->
</form>
</div>
<!--govuk-grid-row-->
Expand Down

0 comments on commit 52b5cbd

Please sign in to comment.