-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a departmental request that came through [Zendesk](https://govuk.zendesk.com/agent/tickets/4197468) and will conditionally display logos for specialist documents of the newly added type `protected_food_drink_name`. Context on why and how `protected_food_drink_name` was added can be found in these PRs: - alphagov/specialist-publisher#1720 - alphagov/govuk-content-schemas#1013 - alphagov/search-api#2186 - #1867 The logos added are placeholders while we wait for higher resolution and properly cropped ones. The test added in `test/presenters/specialist_document_presenter_test.rb:21` depends on the the schema example added in alphagov/govuk-content-schemas#1020 Trello card: https://trello.com/c/NKJYyZep/2157-3-update-protected-food-names-frontend-template
- Loading branch information
Alan Gabbianelli
committed
Oct 16, 2020
1 parent
5935df4
commit df976ff
Showing
7 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+10.8 KB
...ssets/images/protected-food-drink-names/protected-designation-of-origin-pdo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.9 KB
...ets/images/protected-food-drink-names/protected-geographical-indication-pgi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.5 KB
...ets/images/protected-food-drink-names/traditional-speciality-guaranteed-tsg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
.specialist-document { | ||
@include sidebar-with-body; | ||
} | ||
|
||
.protected-food-drink-name-logo { | ||
float: right; | ||
width: 150px; | ||
padding-left: 2em; | ||
padding-bottom: 2em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters