Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Department for International Trade organisation #308

Merged
merged 3 commits into from
Aug 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added images/crests/dit_crest_13px.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crests/dit_crest_13px_x2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crests/dit_crest_18px.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crests/dit_crest_18px_x2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crests/dit_crest_27px.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crests/dit_crest_27px_x2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions stylesheets/colours/_organisation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ $department-for-education-websafe: #347ca9;
$department-for-environment-food-rural-affairs: #00a33b;
$department-for-international-development: #002878;
$department-for-international-development-websafe: #405e9a;
$department-for-international-trade: #CF102D;
$department-for-international-trade-websafe: $link-colour;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this $link-colour and not hardcoded?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This mirrors UKTI

We could have all the links in pink but It didn't seem appropriate will get an opinion from design.

$department-for-transport: #006c56;
$department-for-transport-websafe: #398373;
$department-for-work-pensions: #00beb7;
Expand Down Expand Up @@ -79,6 +81,7 @@ $all-organisation-brand-colours:
'department-for-education' $department-for-education $department-for-education-websafe,
'department-for-environment-food-rural-affairs' $department-for-environment-food-rural-affairs $department-for-environment-food-rural-affairs,
'department-for-international-development' $department-for-international-development $department-for-international-development-websafe,
'department-for-international-trade' $department-for-international-trade $department-for-international-trade-websafe,
'department-for-transport' $department-for-transport $department-for-transport-websafe,
'department-for-work-pensions' $department-for-work-pensions $department-for-work-pensions-websafe,
'department-of-energy-climate-change' $department-of-energy-climate-change $department-of-energy-climate-change-websafe,
Expand Down