Skip to content

Commit

Permalink
Merge pull request #3797 from uktrade/develop
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
FoxJamie16 authored Jan 21, 2025
2 parents 1948f0e + 9ea745b commit 29d84b0
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 16 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion export_academy/templates/export_academy/event_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2 class="govuk-heading-l govuk-!-padding-left-3 great-text-dark-grey">{{ event
<div class="govuk-!-padding-left-3 govuk-!-margin-bottom-2 govuk-!-padding-right-3">
<{{ event.past_year_seperator|h3_if:'h2' }} class="govuk-heading-s govuk-!-margin-bottom-0 great-text-dark-grey">
<a href="{{ event.get_absolute_url }}"
class="govuk-link govuk-heading-s great-title-link event{% user_is_booked_on_event request.user event as event_is_booked %}{% if not event_is_booked %}-not{% endif %}-booked">
class="govuk-link great-underline-no-offset govuk-heading-m great-title-link event{% user_is_booked_on_event request.user event as event_is_booked %}{% if not event_is_booked %}-not{% endif %}-booked">
{{ event.name }}
<span class="great-visually-hidden">– {{ event.start_date|date:"d F" }} at {{ event.start_date|time:"gA" }}</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion react-components/dist/components_styles.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions react-components/dist/learn_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/learn_styles.css.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.

4 changes: 2 additions & 2 deletions 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 styles/great/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ nav.great-breadcrumbs {

@include govuk-media-query($from: desktop) {
background-color: $great-dark-blue;
background-image: url(/static/images/great_homepage_hero_energy_lines.png);
background-image: url(/static/images/great-homepage-hero-domestic.png);
}

.great-hero__heading {
Expand Down
4 changes: 4 additions & 0 deletions styles/great/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,10 @@ great-icon {
font-size: inherit !important;
}

.great-underline-no-offset {
text-underline-offset: 0px !important;
}

.float-right {
float: right;
}
Expand Down

0 comments on commit 29d84b0

Please sign in to comment.