Skip to content

Commit

Permalink
Merge pull request #2700 from uktrade/KLS-1409-content-landmarks
Browse files Browse the repository at this point in the history
KLS-1409 move content into landmarks
  • Loading branch information
TOE703 authored Nov 10, 2023
2 parents ca73862 + 47aba36 commit 5993315
Show file tree
Hide file tree
Showing 20 changed files with 176 additions and 175 deletions.
4 changes: 3 additions & 1 deletion core/templates/components/cookie_notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<div id="header-cookie-notice"
class="cookie-notice"
dir="ltr"
data-ga-section="cookieNotice">
data-ga-section="cookieNotice"
role="region"
aria-label="Cookie acceptance banner">
<div class="container cookie-notice-container">
<div class="grid-row">
<div class="cookie-initial">
Expand Down
310 changes: 156 additions & 154 deletions core/templates/core/header.html

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions domestic/templates/domestic/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@
{% endblock %}
<script>document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled')</script>
{% block skip_link %}<a id="skip-link" href="#content">Skip to main content</a>{% endblock %}
{% block cookie_notice %}
{% include 'components/cookie_notice.html' %}
{% endblock %}
{% block body_header %}
{% include 'core/header.html' %}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion react-components/dist/components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/components.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/custom_wagtaildraftailanchors.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/custom_wagtaildraftailanchors.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/largevideoupload.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/loggedout_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/loggedout_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/microsite_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/microsite_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/modifyAnchorLinkLabel.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/profile_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/profile_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styles/great/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ figure.great-blockquote {
}

.great-header {
> div {
.great-header__container {
justify-content: space-between;
align-items: end;

Expand Down

0 comments on commit 5993315

Please sign in to comment.