|
10 | 10 | <!-- Add your custom CSS or Sass in /app/assets/sass/main.scss -->
|
11 | 11 | {% block headCSS %}
|
12 | 12 | <link href="/css/main.css" rel="stylesheet">
|
| 13 | + <link rel="stylesheet" href="assets/sass/compontents/application.css"> |
13 | 14 | {% endblock %}
|
14 | 15 |
|
15 | 16 | <!-- Set the page title -->
|
|
54 | 55 |
|
55 | 56 | </div>
|
56 | 57 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - <!-- OLd code |
61 |
| -
|
62 |
| -
|
63 |
| - <div class="nhsuk-header__logo nhsuk-header__transactional--logo"> |
64 |
| - <a class="nhsuk-header__link" href="index" aria-label="NHS homepage"> |
65 |
| - <svg class="nhsuk-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16" height="40" width="100"> |
66 |
| - <path class="nhsuk-logo__background" fill="#005eb8" d="M0 0h40v16H0z"></path> |
67 |
| - <path class="nhsuk-logo__text" fill="#fff" d="M3.9 1.5h4.4l2.6 9h.1l1.8-9h3.3l-2.8 13H9l-2.7-9h-.1l-1.8 9H1.1M17.3 1.5h3.6l-1 4.9h4L25 1.5h3.5l-2.7 13h-3.5l1.1-5.6h-4.1l-1.2 5.6h-3.4M37.7 4.4c-.7-.3-1.6-.6-2.9-.6-1.4 0-2.5.2-2.5 1.3 0 1.8 5.1 1.2 5.1 5.1 0 3.6-3.3 4.5-6.4 4.5-1.3 0-2.9-.3-4-.7l.8-2.7c.7.4 2.1.7 3.2.7s2.8-.2 2.8-1.5c0-2.1-5.1-1.3-5.1-5 0-3.4 2.9-4.4 5.8-4.4 1.6 0 3.1.2 4 .6"></path> |
68 |
| - </svg> |
69 |
| - <span class="nhsuk-header__service-name"> |
70 |
| - Overseas Healthcare Service RINA |
71 |
| - </span> |
72 |
| - </a> |
73 |
| - </div> |
74 |
| -
|
75 |
| - <div class="nhsuk-header__content" id="content-header"> |
76 |
| - <p class="logged-in">Signed in as Isla Fields<br><a href="/alpha/version-02/sign-out">Sign out</a></p> |
77 |
| - <div class="nhsuk-header__menu nhsuk-header__menu--only"> |
78 |
| - <button class="nhsuk-header__menu-toggle" id="toggle-menu" aria-controls="header-navigation" aria-expanded="false">Menu</button> |
79 |
| - </div> |
80 |
| - </div> |
81 |
| -
|
82 |
| - </div> --> |
83 |
| - |
84 | 58 | </header>
|
85 | 59 | {% endblock %}
|
86 | 60 |
|
@@ -136,6 +110,8 @@ <h2 class="nhsuk-u-visually-hidden">Support links</h2>
|
136 | 110 | {% block bodyEnd %}
|
137 | 111 | {% block scripts %}
|
138 | 112 | <!-- Custom JavaScript files can be added to this file -->
|
| 113 | + <script src="node_modules/@ministryofjustice/frontend/moj/jquery.js"></script> |
| 114 | + <script src="node_modules/@ministryofjustice/frontend/moj/application.js"></script> |
139 | 115 | {% include "includes/scripts.html" %}
|
140 | 116 | <!-- For adding page specific JavsScript -->
|
141 | 117 | {% block pageScripts %}{% endblock %}
|
|
0 commit comments