Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from tim-s-ccs/release-0.6.1
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
tim-s-ccs authored Apr 29, 2022
2 parents a73f52e + 29938a5 commit d28a1d3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.6.1 (Pre Release)
- [Fix some issues with the bottom border](https://github.com/tim-s-ccs/ts-ccs-frontend/pull/51)

## 0.6.0 (Pre Release)
- [Update the header banner to match the design from the TDDA](https://github.com/tim-s-ccs/ts-ccs-frontend/pull/49)

Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions package/ccs/components/header/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
.ccs-header {
@include govuk-font($size: 16);

border-bottom: govuk-spacing(2) solid govuk-colour("white");
color: $ccs-header-text;
background: $ccs-header-background;
}
Expand Down Expand Up @@ -132,7 +131,7 @@
}

.ccs-header__logo {
@include govuk-responsive-margin(2, "bottom");
@include govuk-responsive-padding(2, "bottom");
padding-right: govuk-spacing(8);

@include govuk-media-query ($from: desktop) {
Expand Down Expand Up @@ -212,7 +211,9 @@
}

.ccs-header__navigation--no-second-list {
padding-top: govuk-spacing(7);
@include govuk-media-query ($from: desktop) {
padding-top: govuk-spacing(7);
}
}

.js-enabled {
Expand Down Expand Up @@ -244,7 +245,9 @@
}

.ccs-header__navigation--no-service-name {
padding-top: govuk-spacing(7);
@include govuk-media-query ($from: desktop) {
padding-top: govuk-spacing(7);
}
}

.ccs-header__navigation-secondary-list {
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-ccs-frontend",
"description": "CCS Frontend contains the code you need to start building a user interface for CCS platforms and services.",
"version": "0.6.0",
"version": "0.6.1",
"main": "ccs/all.js",
"sass": "ccs/all.scss",
"engines": {
Expand Down

0 comments on commit d28a1d3

Please sign in to comment.