-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Tidy stylesheets * Consistent use of "dfe" prefix for container classes * Change to dfe-frontend from alpha release and refactor width declaration * Attempt fix to header service name, links and button (incomplete) * Linting * Update header component to match the prototype * Update class to match prototype * Remove border radius for menu button to match prototype * Update govuk-frontend to show correct tag styling * Remove capitalize for tag * Update to resolve failing check * Address PR comment about width being incorrect for some pages * Stylelint update and update for console error * Update for mobile padding * Padding update * Remove padding for content page header * Update for mobile padding --------- Co-authored-by: Katherine Martin <[email protected]>
- Loading branch information
1 parent
f690ae6
commit a35e68a
Showing
20 changed files
with
1,955 additions
and
11,668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@media print { | ||
@page { | ||
size: A4 landscape; | ||
size: a4 landscape; | ||
margin-top: 0; | ||
} | ||
|
||
|
@@ -10,7 +10,7 @@ | |
} | ||
|
||
.print-link-button { | ||
background: url([email protected]) no-repeat govuk-spacing(2) 50%; | ||
background: url("[email protected]") no-repeat govuk-spacing(2) 50%; | ||
background-size: 16px 18px; | ||
padding: govuk-spacing(2) govuk-spacing(2) govuk-spacing(2) 36px; | ||
|
||
|
@@ -22,7 +22,7 @@ | |
font-weight: 400; | ||
font-size: 14px; | ||
font-size: .875rem; | ||
line-height: 1.1428571429; | ||
line-height: 1.1429; | ||
|
||
&:hover { | ||
background-color: govuk-colour('light-grey'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
.line { | ||
width: 100%; | ||
height: 0px; | ||
height: 0; | ||
position: relative; | ||
bottom: 17.25px; | ||
right: 54%; | ||
|
Oops, something went wrong.