Skip to content

Commit

Permalink
v0.4.0 - Adding Interac Icon (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynolan authored Mar 2, 2018
1 parent 17dcd4f commit 58bcc99
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog
# Changelog

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v0.4.0
------------------------------
*March 2, 2018*

### Added
- Interac icon added to cards


v0.3.4
------------------------------
*February 19, 2018*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-icons",
"description": "Common icons for use in Fozzie projects.",
"version": "0.3.4",
"version": "0.4.0",
"files": [
"src"
],
Expand Down
1 change: 1 addition & 0 deletions src/img/icons/cards/interac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/scss/partials/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
width: 43px;
}

.c-icon--interac {
height: 26px;
width: 52px;
}

.c-icon--mastercard--securecode {
height: 24px;
width: 67px;
Expand Down

0 comments on commit 58bcc99

Please sign in to comment.