Skip to content

Commit

Permalink
Merge branch 'release' into 'master'
Browse files Browse the repository at this point in the history
Release 75.0

See merge request buckinghamshire-council/bc!723
  • Loading branch information
KIRA009 committed Jul 10, 2024
2 parents 7408140 + 3dcc622 commit d25959b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

## 75.0 (2024-07-10)

Compare: <https://git.torchbox.com/buckinghamshire-council/bc/compare/74.0...75.0>

- Reinstate removed header styles
- Make header height uniform across all pages in fis site

## 74.0 (2024-07-10)

Compare: <https://git.torchbox.com/buckinghamshire-council/bc/compare/73.0...74.0>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<div class="header__search">
<form action="{% url 'search' %}" method="get" role="search" class="form form--header-search">
<label class="u-sr-only" for="search">Search this website</label>
<input class="input" id="search" type="text" placeholder="Find advice, support or activities..." name="query"{% if search_query %} value="{{ search_query }}"{% endif %}>
<button class="button button--basic button--header button--no-border" type="submit" aria-label="Submit">
{% include "patterns/atoms/icons/icon.html" with name="magnifying-glass" classname="icon--stroke button__icon" %}
<input class="input" id="search" type="text" placeholder="Search" name="query"{% if search_query %} value="{{ search_query }}"{% endif %}>
<button class="button button--search button--header" type="submit" aria-label="Submit">
{% include "patterns/atoms/icons/icon.html" with name="magnifying-glass" classname="icon--stroke icon--white button__icon" %}
</button>
</form>
</div>
Expand Down
4 changes: 4 additions & 0 deletions bc/static_src/sass/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
@include font-size(l);
}
}

.template-fis-home & {
padding: 17px 0;
}
}

&--jobs {
Expand Down

0 comments on commit d25959b

Please sign in to comment.