Skip to content

Commit

Permalink
history fix (#83)
Browse files Browse the repository at this point in the history
Minor CSS changes and additions
  • Loading branch information
cak8 authored May 15, 2019
1 parent d66883b commit 9ae17f9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.8.0
------------------------------
*May 14, 2019*

### Added
- Added CSS to the header to allow for secondary button on the right to be visible in the header

v1.7.1
------------------------------
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-header",
"description": "Fozzie Header – Header Component for Just Eat projects",
"version": "1.7.1",
"version": "1.8.0",
"main": "dist/js/index.js",
"files": [
"dist",
Expand Down
12 changes: 12 additions & 0 deletions src/scss/partials/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,15 @@ $header--transparent-opacity : 0.7;
background: $header-buttonCount-bg;
border: 1px solid $header-buttonCount-borderColor;
}

.c-header-button--primary {
display: block;
width: 40px;
padding-right: spacing();
}

.c-header-button--secondary {
right: 40px;
}


0 comments on commit 9ae17f9

Please sign in to comment.