Skip to content

Commit

Permalink
v1.25.0 — Added new icons modifier classes. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMullins authored Apr 11, 2019
1 parent 97f6508 commit 88ae5f7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).


v1.25.0
------------------------------
*April 11, 2019*

### Added
- `c-icon--semiTransparent` class.
- `c-icon--basket--large` class.


v1.24.0
------------------------------
*April 9, 2019*
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": "1.24.0",
"version": "1.25.0",
"files": [
"src"
],
Expand Down
4 changes: 4 additions & 0 deletions src/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@
fill: $icon--grey--darkest;
}
}

.c-icon--semiTransparent {
opacity: 0.5;
}
5 changes: 5 additions & 0 deletions src/scss/partials/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
width: 24px;
}

.c-icon--basket--large {
height: 30px;
width: 30px;
}

.c-icon--collection {
height: 24px;
width: 24px;
Expand Down

0 comments on commit 88ae5f7

Please sign in to comment.